From: Michael Tremer Date: Wed, 6 May 2009 21:47:47 +0000 (+0200) Subject: Added CORE, EXTRA and DEBUG to all lfs files that lacked this. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b584803076e615b7a8ca589200cefb9147c6b4fc;p=ipfire-3.x.git Added CORE, EXTRA and DEBUG to all lfs files that lacked this. --- diff --git a/lfs/libjpeg b/lfs/libjpeg index 9ef40cb75..ca255dddb 100644 --- a/lfs/libjpeg +++ b/lfs/libjpeg @@ -36,6 +36,7 @@ OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) MAINTAINER = GROUP = System/Libraries +CORE = yes EXTRA = no DEBUG = no DEPS = diff --git a/lfs/libnetfilter_conntrack b/lfs/libnetfilter_conntrack index 05647c6e5..45d7969b9 100644 --- a/lfs/libnetfilter_conntrack +++ b/lfs/libnetfilter_conntrack @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libnetfilter_log b/lfs/libnetfilter_log index 600d4d71a..05bf1e19a 100644 --- a/lfs/libnetfilter_log +++ b/lfs/libnetfilter_log @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libnetfilter_queue b/lfs/libnetfilter_queue index c4b01632d..6aa6e9d6f 100644 --- a/lfs/libnetfilter_queue +++ b/lfs/libnetfilter_queue @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libnfnetlink b/lfs/libnfnetlink index b0bd14f78..5691e57f7 100644 --- a/lfs/libnfnetlink +++ b/lfs/libnfnetlink @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libpcap b/lfs/libpcap index 20d6fa2db..312895c43 100644 --- a/lfs/libpcap +++ b/lfs/libpcap @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libpng b/lfs/libpng index f326c9538..c0f9d6114 100644 --- a/lfs/libpng +++ b/lfs/libpng @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libtiff b/lfs/libtiff index a7c34ee95..490770bb3 100644 --- a/lfs/libtiff +++ b/lfs/libtiff @@ -31,6 +31,9 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = tiff-$(PKG_VER).tar.gz DIR_APP = $(DIR_SRC)/tiff-$(PKG_VER) +CORE = yes +EXTRA = no +DEBUG = no DEPS = libjpeg OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) diff --git a/lfs/libusb b/lfs/libusb index 54c6e7e4a..3de697e3f 100644 --- a/lfs/libusb +++ b/lfs/libusb @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libusb-compat b/lfs/libusb-compat index 47b90b132..525d16154 100644 --- a/lfs/libusb-compat +++ b/lfs/libusb-compat @@ -35,6 +35,10 @@ DEPS = libusb OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libuser b/lfs/libuser index b767a02d6..e3a390fa9 100644 --- a/lfs/libuser +++ b/lfs/libuser @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libxml2 b/lfs/libxml2 index 3dd01ce21..bd90726a9 100644 --- a/lfs/libxml2 +++ b/lfs/libxml2 @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/libxslt b/lfs/libxslt index f63eb7f6d..3a63db27d 100644 --- a/lfs/libxslt +++ b/lfs/libxslt @@ -35,6 +35,10 @@ DEPS = libxml2 OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/lighttpd b/lfs/lighttpd index d544b617c..7fee635af 100644 --- a/lfs/lighttpd +++ b/lfs/lighttpd @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/linux-atm b/lfs/linux-atm index 776577f80..9cf4fe893 100644 --- a/lfs/linux-atm +++ b/lfs/linux-atm @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/lm-sensors b/lfs/lm-sensors index 66fae6a12..5c8c27692 100644 --- a/lfs/lm-sensors +++ b/lfs/lm-sensors @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/logrotate b/lfs/logrotate index 3ac6c2877..06104df3d 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/lzo b/lfs/lzo index 98c697838..7f28ab2db 100644 --- a/lfs/lzo +++ b/lfs/lzo @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/m4 b/lfs/m4 index b7541808c..56c713101 100644 --- a/lfs/m4 +++ b/lfs/m4 @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/make b/lfs/make index b9c399438..cc69c5f57 100644 --- a/lfs/make +++ b/lfs/make @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/man-db b/lfs/man-db index c50b770b9..598d3f348 100644 --- a/lfs/man-db +++ b/lfs/man-db @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/man-pages b/lfs/man-pages index eaaf2664c..6e606b5fa 100644 --- a/lfs/man-pages +++ b/lfs/man-pages @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/memtest86+ b/lfs/memtest86+ index fbbf4215e..837792d6c 100644 --- a/lfs/memtest86+ +++ b/lfs/memtest86+ @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/mingetty b/lfs/mingetty index 89ebe5642..47a5e80a0 100644 --- a/lfs/mingetty +++ b/lfs/mingetty @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/mkinitramfs b/lfs/mkinitramfs index c79d0f7ba..38206cb90 100644 --- a/lfs/mkinitramfs +++ b/lfs/mkinitramfs @@ -32,6 +32,9 @@ DIR_APP = $(DIR_SOURCE)/$(PKG_NAME) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no ############################################################################### # Top-level Rules diff --git a/lfs/mpfr b/lfs/mpfr index 1867cffcc..7a69fbb24 100644 --- a/lfs/mpfr +++ b/lfs/mpfr @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/nasm b/lfs/nasm index 25f296428..8bff79090 100644 --- a/lfs/nasm +++ b/lfs/nasm @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/ncurses b/lfs/ncurses index ab7ce498b..8c346e806 100644 --- a/lfs/ncurses +++ b/lfs/ncurses @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/newt b/lfs/newt index 030a7d21c..9fbf604d8 100644 --- a/lfs/newt +++ b/lfs/newt @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/noip b/lfs/noip index 42e04c0e2..ac08cdf89 100644 --- a/lfs/noip +++ b/lfs/noip @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/nss_ldap b/lfs/nss_ldap index 396a1f6ab..489183a3a 100644 --- a/lfs/nss_ldap +++ b/lfs/nss_ldap @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/ntp b/lfs/ntp index 362b29e27..ecf4f2cb9 100644 --- a/lfs/ntp +++ b/lfs/ntp @@ -31,6 +31,10 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + DEPS = openssl OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) diff --git a/lfs/openldap b/lfs/openldap index 7c14d563b..afe98de52 100644 --- a/lfs/openldap +++ b/lfs/openldap @@ -35,6 +35,10 @@ DEPS = berkeley cyrus-sasl openssl pth OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + CFLAGS += -D_GNU_SOURCE -D_REENTRANT ############################################################################### diff --git a/lfs/openssh b/lfs/openssh index 97bf9d388..1937865b9 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -31,6 +31,10 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + DEPS = openssl pam OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) diff --git a/lfs/openssl b/lfs/openssl index dd8cbd9e9..4ed74423f 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ifneq "$(MACHINE)" "i686" SSL_ARCH = no-asm 386 # 386 implies no-sse2 endif diff --git a/lfs/pam b/lfs/pam index 9fcf697fc..53253b423 100644 --- a/lfs/pam +++ b/lfs/pam @@ -31,6 +31,10 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + DEPS = cracklib OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)-pass$(PASS) diff --git a/lfs/pam_ldap b/lfs/pam_ldap index 35833f167..52bb900a0 100644 --- a/lfs/pam_ldap +++ b/lfs/pam_ldap @@ -31,6 +31,10 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.gz DIR_APP = $(DIR_SRC)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + DEPS = openldap OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) diff --git a/lfs/pango b/lfs/pango index 46222263c..d329af2f0 100644 --- a/lfs/pango +++ b/lfs/pango @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/parted b/lfs/parted index 157558d98..f1e305612 100644 --- a/lfs/parted +++ b/lfs/parted @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/patch b/lfs/patch index 4ff57400e..62de339d5 100644 --- a/lfs/patch +++ b/lfs/patch @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/paxctl b/lfs/paxctl index 5587d2a1d..7af2249fd 100644 --- a/lfs/paxctl +++ b/lfs/paxctl @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/pcre b/lfs/pcre index 87d85eb30..61e7f3acd 100644 --- a/lfs/pcre +++ b/lfs/pcre @@ -33,6 +33,9 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no DEPS = bzip2 zlib ############################################################################### diff --git a/lfs/perl b/lfs/perl index d1fa5be52..a4f962aea 100644 --- a/lfs/perl +++ b/lfs/perl @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/perl-xml-parser b/lfs/perl-xml-parser index 2034ab680..19367eecb 100644 --- a/lfs/perl-xml-parser +++ b/lfs/perl-xml-parser @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/pixman b/lfs/pixman index 7fea36d9a..da5f5271f 100644 --- a/lfs/pixman +++ b/lfs/pixman @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + CONFIGURE_ARGS = --disable-mmx --disable-sse2 ifeq "$(TARGET)" "via-c7" diff --git a/lfs/pkg-config b/lfs/pkg-config index ee293e9f6..95b06b9dc 100644 --- a/lfs/pkg-config +++ b/lfs/pkg-config @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/pomona b/lfs/pomona index fd05461dd..288a0c332 100644 --- a/lfs/pomona +++ b/lfs/pomona @@ -32,6 +32,10 @@ DIR_APP = $(DIR_SOURCE)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/popt b/lfs/popt index 34c3f4016..c3f780fee 100644 --- a/lfs/popt +++ b/lfs/popt @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/ppp b/lfs/ppp index 6be205641..fecf79828 100644 --- a/lfs/ppp +++ b/lfs/ppp @@ -35,6 +35,10 @@ DEPS = libpcap linux-atm OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/procps b/lfs/procps index dc46e5fa9..95fef74db 100644 --- a/lfs/procps +++ b/lfs/procps @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/psmisc b/lfs/psmisc index f7e75ac2e..709e6c13c 100644 --- a/lfs/psmisc +++ b/lfs/psmisc @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/pyfire b/lfs/pyfire index ad11b8f09..343ee77b6 100644 --- a/lfs/pyfire +++ b/lfs/pyfire @@ -32,6 +32,10 @@ DIR_APP = $(DIR_SOURCE)/$(PKG_NAME) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/python b/lfs/python index 035937220..a34d4b9b0 100644 --- a/lfs/python +++ b/lfs/python @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/python-IPy b/lfs/python-IPy index 044938ef2..b1ced8467 100644 --- a/lfs/python-IPy +++ b/lfs/python-IPy @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/python-dbus b/lfs/python-dbus index 9a1cf51e3..fa6cb59b8 100644 --- a/lfs/python-dbus +++ b/lfs/python-dbus @@ -35,6 +35,10 @@ DEPS = dbus-glib python OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/python-netfilter_conntrack b/lfs/python-netfilter_conntrack index 72aef9e1f..28a9c457b 100644 --- a/lfs/python-netfilter_conntrack +++ b/lfs/python-netfilter_conntrack @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/python-parted b/lfs/python-parted index a06ca5eed..24ece44c6 100644 --- a/lfs/python-parted +++ b/lfs/python-parted @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/python-urlgrabber b/lfs/python-urlgrabber index d4b72843f..b1ba83c1b 100644 --- a/lfs/python-urlgrabber +++ b/lfs/python-urlgrabber @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/readline b/lfs/readline index 0e4f12d63..a5355bace 100644 --- a/lfs/readline +++ b/lfs/readline @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/reiser4progs b/lfs/reiser4progs index 0c4d4b3f5..68198405a 100644 --- a/lfs/reiser4progs +++ b/lfs/reiser4progs @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/reiserfsprogs b/lfs/reiserfsprogs index d1af62e54..03525e6ec 100644 --- a/lfs/reiserfsprogs +++ b/lfs/reiserfsprogs @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/rp-pppoe b/lfs/rp-pppoe index 52d2f4b70..6a96b41f4 100644 --- a/lfs/rp-pppoe +++ b/lfs/rp-pppoe @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/rrdtool b/lfs/rrdtool index fcb9ccda7..204d2be2a 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/screen b/lfs/screen index 1a96f25fa..c96aec29f 100644 --- a/lfs/screen +++ b/lfs/screen @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/slang b/lfs/slang index d8a088a41..1005c5b76 100644 --- a/lfs/slang +++ b/lfs/slang @@ -35,6 +35,10 @@ DEPS = pcre OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/smartmontools b/lfs/smartmontools index 5a9d03abb..d984cf5dc 100644 --- a/lfs/smartmontools +++ b/lfs/smartmontools @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/splashy b/lfs/splashy index fc8226035..7bd89e6c8 100644 --- a/lfs/splashy +++ b/lfs/splashy @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/sqlite b/lfs/sqlite index db0f31c37..6e831417a 100644 --- a/lfs/sqlite +++ b/lfs/sqlite @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/squashfs-tools b/lfs/squashfs-tools index 741e950fc..dfe4069c2 100644 --- a/lfs/squashfs-tools +++ b/lfs/squashfs-tools @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/squashfs$(PKG_VER)/$(PKG_NAME) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/strace b/lfs/strace index b1cbfa41c..8352bf712 100644 --- a/lfs/strace +++ b/lfs/strace @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = yes +DEBUG = yes + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/sudo b/lfs/sudo index d3f701307..91bc97f6a 100644 --- a/lfs/sudo +++ b/lfs/sudo @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/sysfsutils b/lfs/sysfsutils index e17deccad..057703a71 100644 --- a/lfs/sysfsutils +++ b/lfs/sysfsutils @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/syslinux b/lfs/syslinux index 9e3340db3..6c4a0cabf 100644 --- a/lfs/syslinux +++ b/lfs/syslinux @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + CFLAGS = -Werror -Wno-unused -finline-limit=2000 ############################################################################### diff --git a/lfs/sysvinit b/lfs/sysvinit index 8094e51a4..79e1b61ce 100644 --- a/lfs/sysvinit +++ b/lfs/sysvinit @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/texinfo b/lfs/texinfo index c6e991acf..a90ced2f5 100644 --- a/lfs/texinfo +++ b/lfs/texinfo @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(PKG_NAME)-4.13 OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = no +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/ulogd2 b/lfs/ulogd2 index 066118d7e..4cea29d2c 100644 --- a/lfs/ulogd2 +++ b/lfs/ulogd2 @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/usbutils b/lfs/usbutils index aeeb9f788..39c9759aa 100644 --- a/lfs/usbutils +++ b/lfs/usbutils @@ -31,6 +31,9 @@ THISAPP = $(PKG_NAME)-$(PKG_VER) DL_FILE = $(THISAPP).tar.bz2 DIR_APP = $(DIR_SRC)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no DEPS = libusb OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) diff --git a/lfs/util-linux-ng b/lfs/util-linux-ng index 3b2a59780..74e472e89 100644 --- a/lfs/util-linux-ng +++ b/lfs/util-linux-ng @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/vim b/lfs/vim index dd087017e..731aabdc7 100644 --- a/lfs/vim +++ b/lfs/vim @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(PKG_NAME)72 OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/vlan b/lfs/vlan index 02946caad..584e6f5ce 100644 --- a/lfs/vlan +++ b/lfs/vlan @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(PKG_NAME) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/which b/lfs/which index cbfb24a88..bafdf1534 100644 --- a/lfs/which +++ b/lfs/which @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ############################################################################### diff --git a/lfs/whois b/lfs/whois index d0c456474..5d727a886 100644 --- a/lfs/whois +++ b/lfs/whois @@ -33,6 +33,10 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +CORE = yes +EXTRA = no +DEBUG = no + ############################################################################### # Top-level Rules ###############################################################################