Changeset 435
- Timestamp:
 - Oct 14, 2014, 10:52:04 PM (11 years ago)
 - Location:
 - trunk/icedtea-web
 - Files:
 - 
      
- 2 edited
 
- 
          
  netx/Makefile.kmk (modified) (2 diffs)
 - 
          
  plugin/icedteanp/Makefile.kmk (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/icedtea-web/netx/Makefile.kmk
r434 r435 34 34 35 35 $$(netx_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@))) 36 @echo ' JAVASRC = \' > $@36 @echo 'netx_JAVASRC = \' > $@ 37 37 find $(netx_JAVASRCDIRS) -name '*.java' \ 38 38 $(if $(WITH_RHINO),,! -name '*RhinoBasedPacEvaluator*') \ … … 41 41 -printf '%p \\\n' >> $@ 42 42 43 $$(netx_JAVASRCLIST).stamp: $$( JAVASRC) | $$(call DIRDEP,$$(dir $$(@)))43 $$(netx_JAVASRCLIST).stamp: $$(netx_JAVASRC) | $$(call DIRDEP,$$(dir $$(@))) 44 44 $(call MSG_COMPILE,netx,$(words $?) sources,$@,JAVA) 45 45 @echo $? > $(netx_JAVASRCLIST).rsp  - 
      
trunk/icedtea-web/plugin/icedteanp/Makefile.kmk
r431 r435 88 88 89 89 $$(liveconnect_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@))) 90 @echo ' JAVASRC = \' > $@90 @echo 'liveconnect_JAVASRC = \' > $@ 91 91 find $(liveconnect_JAVASRCDIRS) -name '*.java' \ 92 92 -printf '%p \\\n' >> $@ 93 93 94 $$(liveconnect_JAVASRCLIST).stamp: $$( JAVASRC) | $(PATH_STAGE)/lib/netx.jar $$(call DIRDEP,$$(dir $$(@)))94 $$(liveconnect_JAVASRCLIST).stamp: $$(liveconnect_JAVASRC) | $(PATH_STAGE)/lib/netx.jar $$(call DIRDEP,$$(dir $$(@))) 95 95 $(call MSG_COMPILE,liveconnect,$(words $?) sources,$@,JAVA) 96 96 @echo $? > $(liveconnect_JAVASRCLIST).rsp  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  