# # # Name: tar.mk # CSCRATCH make include file for GNU TAR for La Casita # # #SC_VRM = tar-1.13 #SC_VRM = tar-1.15.1 #SC_VRM = tar-1.17 #SC_VRM = tar-1.19 #SC_VRM = tar-1.20 #SC_VRM = tar-1.22 SC_VRM = tar-1.26 SC_URL = http://ftp.gnu.org/pub/gnu/tar/$(SC_VRM).tar.gz \ http://ftp.gnu.org/pub/gnu/tar/$(SC_VRM).tar.gz.sig #SC_FETCH = #SC_SOURCE = #SC_CONFIG = ./configure --prefix=/usr --disable-nls SC_CONFIG = FORCE_UNSAFE_CONFIGURE=1 ; \ export FORCE_UNSAFE_CONFIGURE ; \ ./configure --prefix=/usr --disable-nls #SC_BUILD = SC_FIXUP = strip /usr/bin/tar /usr/libexec/rmt #SC_INSTALL = # 402 chown bin . tar-1.26/. # 403 chown -R bin tar-1.26/. # 404 ls -ald tar* # 405 make tar.mk # 406 make tar.src # 407 su bin -c ' make tar.src ' # 408 su bin -c ' make tar.cfg ' # 409 su bin -c ' make tar.cfg ' # 410 for P in ` ls *.mk | grep -v _generic | sed 's#\.mk$##' ` ; do if [ -f $P.ins ] ; then continue ; fi ; ls -ld $P.mk ; done # 411 history | tail >> tar.mk