From: Mark Huang Date: Thu, 8 Apr 2004 21:22:45 +0000 (+0000) Subject: - make "all" the first target so "make" just works X-Git-Tag: chroot-breakout-hotfix-branch-point~39 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=50ec57236e7f0e56b2df0ca6f938066ee311f3eb;p=build.git - make "all" the first target so "make" just works --- diff --git a/Makefile b/Makefile index 051949cb..04b06ae4 100644 --- a/Makefile +++ b/Makefile @@ -32,9 +32,12 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# $Id: Makefile,v 1.1.1.1 2004/04/07 21:13:51 mlh-pl_rpm Exp $ +# $Id: Makefile,v 1.2 2004/04/08 21:09:02 mlh-pl_rpm Exp $ # +# Default target +all: + # # CVSROOT: CVSROOT to use # INITIAL: CVS tag to use for Source0 tarball @@ -112,7 +115,7 @@ all: $(ALL) # Recurse $(ALL): - $(MAKE) package=$@ all + $(MAKE) package=$@ .PHONY: all $(ALL)