Commit 0965ef1f authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Removed unneccesary tests patch

parent fe04f58a
all: all:
tar xf tar-1.32.tar.xz tar xf tar-1.32.tar.xz
patch -Np1 -d tar-1.32 < tar-1.32-tests.patch
cd tar-1.32 && FORCE_UNSAFE_CONFIGURE=1 ./configure --build=$(CLFS_TARGET) --prefix=/usr --bindir=/bin cd tar-1.32 && FORCE_UNSAFE_CONFIGURE=1 ./configure --build=$(CLFS_TARGET) --prefix=/usr --bindir=/bin
$(MAKE) -C tar-1.32 $(MAKE) -C tar-1.32
-if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ -if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment