Changeset 435


Ignore:
Timestamp:
Oct 14, 2014, 10:52:04 PM (11 years ago)
Author:
dmik
Message:

icedtea-web: Fix building jars from root.

Location:
trunk/icedtea-web
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/icedtea-web/netx/Makefile.kmk

    r434 r435  
    3434
    3535$$(netx_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@)))
    36         @echo 'JAVASRC = \' > $@
     36        @echo 'netx_JAVASRC = \' > $@
    3737        find $(netx_JAVASRCDIRS) -name '*.java' \
    3838        $(if $(WITH_RHINO),,! -name '*RhinoBasedPacEvaluator*') \
     
    4141        -printf '%p \\\n' >> $@
    4242
    43 $$(netx_JAVASRCLIST).stamp: $$(JAVASRC) | $$(call DIRDEP,$$(dir $$(@)))
     43$$(netx_JAVASRCLIST).stamp: $$(netx_JAVASRC) | $$(call DIRDEP,$$(dir $$(@)))
    4444        $(call MSG_COMPILE,netx,$(words $?) sources,$@,JAVA)
    4545        @echo $? > $(netx_JAVASRCLIST).rsp
  • trunk/icedtea-web/plugin/icedteanp/Makefile.kmk

    r431 r435  
    8888
    8989$$(liveconnect_JAVASRCLIST): $(MAKEFILE) | $$(call DIRDEP,$$(dir $$(@)))
    90         @echo 'JAVASRC = \' > $@
     90        @echo 'liveconnect_JAVASRC = \' > $@
    9191        find $(liveconnect_JAVASRCDIRS) -name '*.java' \
    9292        -printf '%p \\\n' >> $@
    9393
    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 $$(@)))
    9595        $(call MSG_COMPILE,liveconnect,$(words $?) sources,$@,JAVA)
    9696        @echo $? > $(liveconnect_JAVASRCLIST).rsp
Note: See TracChangeset for help on using the changeset viewer.