- sandman-related hacks removed
This commit is contained in:
parent
f9577b26e0
commit
b3d7bc862d
10
Makefile
10
Makefile
@ -36,12 +36,6 @@
|
||||
#*****************************************************************************
|
||||
|
||||
PACKAGE = propagator
|
||||
RPM = /bin/rpm
|
||||
RPMSPEC = $(PACKAGE).spec
|
||||
VERSION = $(shell $(RPM) -q --qf '[%{VERSION} ]' --specfile $(RPMSPEC) |cut -f1 -d ' ')
|
||||
RELEASE = $(shell $(RPM) -q --qf '[%{RELEASE} ]' --specfile $(RPMSPEC) |cut -f1 -d ' ')
|
||||
TARFILE = $(PACKAGE)-$(VERSION).tar.bz2
|
||||
TARDIR = $(shell $(RPM) --define 'name $(PACKAGE)' --eval %_sourcedir)
|
||||
|
||||
DESTDIR =
|
||||
|
||||
@ -204,7 +198,3 @@ install: all
|
||||
done
|
||||
|
||||
export: install
|
||||
|
||||
bte: clean $(RPMSPEC)
|
||||
@tar c --exclude CVS --file $(TARDIR)/$(TARFILE) .
|
||||
cat $(RPMSPEC)
|
||||
|
@ -14,8 +14,7 @@
|
||||
#
|
||||
#*****************************************************************************
|
||||
|
||||
# hack for sandman, sorry
|
||||
-include /usr/lib/dietlibc/Makefile.rules
|
||||
include /usr/lib/dietlibc/Makefile.rules
|
||||
|
||||
DIET_LIBDIR = /usr/lib/dietlibc/lib-$(ARCH)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user