Removed old commented junk from Makefile
This commit is contained in:
5
Makefile
5
Makefile
@@ -14,7 +14,7 @@ export ARCH = x86_64
|
||||
export URL = http://savannah.nongnu.org/projects/acl
|
||||
BRIEF = Access control list tools
|
||||
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)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
@@ -28,9 +28,6 @@ export LIBACLROOT := $(LIBACL)/ROOT
|
||||
LIBACLDEV := $(PWD)/libacl-dev
|
||||
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
|
||||
|
||||
$(LIBACLROOT): $(ROOT)
|
||||
|
||||
Reference in New Issue
Block a user