From 9c679b7a9cff346175b012cb1634dc2161b95889 Mon Sep 17 00:00:00 2001 From: wimpie Date: Wed, 25 Aug 2004 22:25:49 +0000 Subject: makefilegen : changed the command to generate the makefile from a pro-file and removed the 6 processes that need to be started (2 shell, cat grep head awk and sed) to one shell and some makefile commands --- (limited to 'Rules.make') diff --git a/Rules.make b/Rules.make index e8b2420..f68fa3b 100644 --- a/Rules.make +++ b/Rules.make @@ -53,6 +53,9 @@ endif ifeq ($(CONFIG_OPIE_NO_OVERRIDE_QT),y) echo CONFIG += no-override >> $@ endif +ifeq ($(CONFIG_OPIELOGIN_USEPAM),y) + echo CONFIG += OPIELOGIN_USEPAM >> $@ +endif ifeq ($(CONFIG_LIBQPE_WITHROHFEEDBACK),y) echo CONFIG += LIBQPE_WITHROHFEEDBACK >> $@ endif @@ -307,8 +310,7 @@ define descend endef define makefilegen - cd $(if $(1),$(shell dirname $(1))); $(TOPDIR)/qmake/qmake $(3) -o $(if $(1),$(shell basename $(1))) `cat $(OPIEDIR)/packages | grep " \`echo $(1)|sed -e 's,/Makefile$$,,'\` " | \ - head -1 | awk '{print $$3}'` + cd $(if $(1),$(dir $(1))); $(TOPDIR)/qmake/qmake $(3) -o $(if $(1),$(notdir $(1))) $(word 3,$(shell grep -m 1 "[[:space:]]$(patsubst %/Makefile,%,$(1))[[:space:]]" $(OPIEDIR)/packages)) endef define makecfg -- cgit v0.9.0.2