8011372: Remove -p from cp in IdleCompilation.gmk

Thu, 04 Apr 2013 09:25:58 +0200

author
erikj
date
Thu, 04 Apr 2013 09:25:58 +0200
changeset 669
2d4156e077fa
parent 668
52d1b385a4ed
child 670
3b8ffb80db0f

8011372: Remove -p from cp in IdleCompilation.gmk
Reviewed-by: pliden, tbell

common/makefiles/IdlCompilation.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/IdlCompilation.gmk	Thu Apr 04 09:24:21 2013 +0200
     1.2 +++ b/common/makefiles/IdlCompilation.gmk	Thu Apr 04 09:25:58 2013 +0200
     1.3 @@ -70,7 +70,7 @@
     1.4  		$(PREFIXES) \
     1.5  		$4
     1.6  	$(RM) -f $$(addprefix $3/$$($4_TMPDIR)/,$6)
     1.7 -	$(CP) -rp $3/$$($4_TMPDIR)/* $3
     1.8 +	$(CP) -r $3/$$($4_TMPDIR)/* $3
     1.9  	($(CD) $3/$$($4_TMPDIR) && $(FIND) . -type f | $(SED) 's!\./!$3/!g' | $(NAWK) '{ print $$$$1 ": $4" }' > $5)
    1.10  	$(RM) -rf $3/$$($4_TMPDIR)
    1.11  endef

mercurial