# HG changeset patch # User erikj # Date 1365060358 -7200 # Node ID 2d4156e077fab965aef17ed5384e4e17e3d89a51 # Parent 52d1b385a4ed82d8622ec865eb5801edbb025aec 8011372: Remove -p from cp in IdleCompilation.gmk Reviewed-by: pliden, tbell diff -r 52d1b385a4ed -r 2d4156e077fa common/makefiles/IdlCompilation.gmk --- a/common/makefiles/IdlCompilation.gmk Thu Apr 04 09:24:21 2013 +0200 +++ b/common/makefiles/IdlCompilation.gmk Thu Apr 04 09:25:58 2013 +0200 @@ -70,7 +70,7 @@ $(PREFIXES) \ $4 $(RM) -f $$(addprefix $3/$$($4_TMPDIR)/,$6) - $(CP) -rp $3/$$($4_TMPDIR)/* $3 + $(CP) -r $3/$$($4_TMPDIR)/* $3 ($(CD) $3/$$($4_TMPDIR) && $(FIND) . -type f | $(SED) 's!\./!$3/!g' | $(NAWK) '{ print $$$$1 ": $4" }' > $5) $(RM) -rf $3/$$($4_TMPDIR) endef