Changeset 31150
- Timestamp:
- Apr 4, 2011, 12:53:59 PM (15 years ago)
- Location:
- trunk/extsrc/gpcsw
- Files:
-
- 3 edited
-
Make.Common.fixed (modified) (1 diff)
-
Makefile.in (modified) (1 diff)
-
gpcsrc/Make.Common (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/extsrc/gpcsw/Make.Common.fixed
r25573 r31150 130 130 PATH := .:$(DIR_GNU)/bin:$(DIR_BIN):/usr/local/bin:/usr/5bin:/usr/bin:/bin:/usr/ucb:$(PATH) 131 131 SHELL = /bin/sh 132 INSTALL = ginstall 132 # INSTALL = ginstall 133 INSTALL = install 133 134 INSTSTRIP= $(INSTALL) -s 134 135 TAR = gtar -
trunk/extsrc/gpcsw/Makefile.in
r26256 r31150 50 50 cp -f burntool.nopsf/psfstats.c gpcsrc/fits/burntool 51 51 52 # replace master Make.Common with the modified Make.Common.fixed 53 cp -f Make.Common.fixed gpcsrc/Make.Common 54 52 55 # set up links 53 56 ln -sf ../Make.Common gpcsrc/analysis/Make.Common -
trunk/extsrc/gpcsw/gpcsrc/Make.Common
r23924 r31150 130 130 PATH := .:$(DIR_GNU)/bin:$(DIR_BIN):/usr/local/bin:/usr/5bin:/usr/bin:/bin:/usr/ucb:$(PATH) 131 131 SHELL = /bin/sh 132 INSTALL = ginstall 132 # INSTALL = ginstall 133 INSTALL = install 133 134 INSTSTRIP= $(INSTALL) -s 134 135 TAR = gtar 135 136 AR = ar 136 FC = g 77137 FC = gfortran 137 138 CC = gcc 138 139 LD = gcc … … 670 671 $(DIR_BIN)/%: $(DIR_BIN)/%-$(VERSION) 671 672 @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/true673 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true 674 @-rm -f $(DIR_BIN)/*.TEXT_FILE_BUSY 2> /dev/null || true 674 675 @ln $< $@ 675 @-setuidinst $@676 # @-setuidinst $@ 676 677 677 678 $(DIR_BIN)/%-$(VERSION): scripts/%.sh 678 679 @echo "--> Installing sh script $(notdir $@)" 679 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true680 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true 680 681 @$(INSTALL) -m 0555 $< $@ || ( rm -f $@ && exit 1 ) 681 682 682 683 $(DIR_BIN)/%-$(VERSION): $(EXECNAME) 683 684 @echo "--> Installing program $(notdir $@)" 684 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || /bin/true685 @-mv $@ $@.$(shell date +%H%M%S).TEXT_FILE_BUSY 2> /dev/null || true 685 686 @$(INSTSTRIP) -m 0755 $< $@ || ( rm -f $@ && exit 1 ) 686 687 @chmod 0555 $@
Note:
See TracChangeset
for help on using the changeset viewer.
