mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
utils/Makefile: strip bins.
--HG-- extra : convert_revision : 9564aae74870e43e921b7d85265d68e40c273a2a
This commit is contained in:
parent
894c0903c6
commit
289709fe1b
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ PREFIX ?= /usr/local
|
||||||
CFLAGS += -Wall -Werror -O3 -I$(PREFIX)/include
|
CFLAGS += -Wall -Werror -O3 -I$(PREFIX)/include
|
||||||
CFLAGS += -funroll-all-loops -ftree-loop-linear
|
CFLAGS += -funroll-all-loops -ftree-loop-linear
|
||||||
LDFLAGS += -lprop
|
LDFLAGS += -lprop
|
||||||
|
BINS ?= xbps-bin xbps-cmpver xbps-digest xbps-pkgdb
|
||||||
|
|
||||||
all: xbps_digest xbps_pkgdb xbps_bin xbps-cmpver clean_objs
|
all: xbps_digest xbps_pkgdb xbps_bin xbps-cmpver clean_objs
|
||||||
|
|
||||||
|
@ -33,6 +34,7 @@ xbps_bin: xbps-bin.o plist.o
|
||||||
$(CC) $(LDFLAGS) -o xbps-bin xbps-bin.o plist.o
|
$(CC) $(LDFLAGS) -o xbps-bin xbps-bin.o plist.o
|
||||||
|
|
||||||
clean_objs:
|
clean_objs:
|
||||||
|
strip -s $(BINS)
|
||||||
-rm -f *.o
|
-rm -f *.o
|
||||||
|
|
||||||
clean: clean_objs
|
clean: clean_objs
|
||||||
|
|
Loading…
Add table
Reference in a new issue