From 1c67ce9f1dfb1fa7eebf170c96e8955e8dce029c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 1 Aug 2006 01:27:21 +0000 Subject: added 'all' target distinct from 'install' svn path=/trunk/; revision=5447 --- packages/linux_make/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'packages/linux_make') diff --git a/packages/linux_make/Makefile b/packages/linux_make/Makefile index 74439a97..f097a2cc 100755 --- a/packages/linux_make/Makefile +++ b/packages/linux_make/Makefile @@ -1,7 +1,6 @@ # # for making a tar.bz2 that installs using a Makefile # -all: install CWD := $(shell pwd) @@ -42,6 +41,9 @@ DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ OPT_CFLAGS="$(OPT_CFLAGS)" \ UNAME=$(UNAME) +all: + make -C $(packages_src) $(DEST_PATHS) + install: make -C $(packages_src) $(DEST_PATHS) install -- cgit v1.2.1