mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
Updated tar to Version 1.22
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
bin/tar
|
||||
#usr/info/tar.info
|
||||
#usr/info/tar.info-1
|
||||
#usr/info/tar.info-2
|
||||
#usr/share/info/tar.info
|
||||
#usr/share/info/tar.info-1
|
||||
#usr/share/info/tar.info-2
|
||||
#usr/sbin/rmt
|
||||
|
||||
9
lfs/tar
9
lfs/tar
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 1.15.1
|
||||
VER = 1.22
|
||||
|
||||
THISAPP = tar-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.bz2
|
||||
@@ -54,7 +54,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 57da3c38f8e06589699548a34d5a5d07
|
||||
$(DL_FILE)_MD5 = 07fa517027f426bb80f5f5ff91b63585
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -84,11 +84,6 @@ $(subst %,%_MD5,$(objects)) :
|
||||
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-gcc4_fix_tests-1.patch
|
||||
ifeq "$(ROOT)" ""
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-sparse_fix-1.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/$(THISAPP)-security_fixes-1.patch
|
||||
endif
|
||||
cd $(DIR_APP) && ./configure $(EXTRA_CONFIG)
|
||||
cd $(DIR_APP) && make $(MAKETUNING) $(EXTRA_MAKE)
|
||||
cd $(DIR_APP) && make $(EXTRA_INSTALL) install
|
||||
|
||||
Reference in New Issue
Block a user