- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
extsrc/gpcsw/Make.Common.fixed (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/extsrc/gpcsw/Make.Common.fixed
r23488 r27840 670 670 $(DIR_BIN)/%: $(DIR_BIN)/%-$(VERSION) 671 671 @echo "--> Installing link to $(notdir $<) as $(notdir $@)" 672 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true673 @-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || /bin/true672 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true 673 @-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || true 674 674 @ln $< $@ 675 675 # @-setuidinst $@ … … 677 677 $(DIR_BIN)/%-$(VERSION): scripts/%.sh 678 678 @echo "--> Installing sh script $(notdir $@)" 679 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true679 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true 680 680 @$(INSTALL) -m 0555 $< $@ || ( rm -f $@ && exit 1 ) 681 681 682 682 $(DIR_BIN)/%-$(VERSION): $(EXECNAME) 683 683 @echo "--> Installing program $(notdir $@)" 684 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true684 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true 685 685 @$(INSTSTRIP) -m 0755 $< $@ || ( rm -f $@ && exit 1 ) 686 686 @chmod 0555 $@
Note:
See TracChangeset
for help on using the changeset viewer.
