common/makefiles/IdlCompilation.gmk

changeset 606
6e296219633d
parent 557
d2c1f80118de
child 669
2d4156e077fa
equal deleted inserted replaced
604:2a713921952c 606:6e296219633d
69 $$($4_OLDIMPLBASE) \ 69 $$($4_OLDIMPLBASE) \
70 $(PREFIXES) \ 70 $(PREFIXES) \
71 $4 71 $4
72 $(RM) -f $$(addprefix $3/$$($4_TMPDIR)/,$6) 72 $(RM) -f $$(addprefix $3/$$($4_TMPDIR)/,$6)
73 $(CP) -rp $3/$$($4_TMPDIR)/* $3 73 $(CP) -rp $3/$$($4_TMPDIR)/* $3
74 ($(CD) $3/$$($4_TMPDIR); find . -type f | sed 's!\./!$3/!g' | awk '{ print $$$$1 ": $4" }' > $5) 74 ($(CD) $3/$$($4_TMPDIR) && $(FIND) . -type f | $(SED) 's!\./!$3/!g' | $(NAWK) '{ print $$$$1 ": $4" }' > $5)
75 $(RM) -rf $3/$$($4_TMPDIR) 75 $(RM) -rf $3/$$($4_TMPDIR)
76 endef 76 endef
77 77
78 define SetupIdlCompilation 78 define SetupIdlCompilation
79 # param 1 is for example BUILD_IDLS 79 # param 1 is for example BUILD_IDLS

mercurial