Removed old commented junk from Makefile

This commit is contained in:
2017-01-21 16:32:41 -06:00
parent 127a70018b
commit d280dd817c

View File

@@ -14,7 +14,7 @@ export ARCH = x86_64
export URL = http://savannah.nongnu.org/projects/acl export URL = http://savannah.nongnu.org/projects/acl
BRIEF = Access control list tools BRIEF = Access control list tools
DESC = Commands for Manipulating POSIX Access Control Lists DESC = Commands for Manipulating POSIX Access Control Lists
SNAPVER = 4 SNAPVER = 5
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
@@ -28,9 +28,6 @@ export LIBACLROOT := $(LIBACL)/ROOT
LIBACLDEV := $(PWD)/libacl-dev LIBACLDEV := $(PWD)/libacl-dev
export LIBACLDEVROOT := $(LIBACLDEV)/ROOT export LIBACLDEVROOT := $(LIBACLDEV)/ROOT
#SNAPHACKS = if [ -h $(ROOT)/lib/libacl.a ]; then \
# rm -v $(ROOT)/lib/libacl.a; fi
include /usr/share/snap/Makefile.snaplinux include /usr/share/snap/Makefile.snaplinux
$(LIBACLROOT): $(ROOT) $(LIBACLROOT): $(ROOT)