build.Makefile
changeset 18 cacfba0189d0
parent 6 d2183655483b
child 27 45696d13651f
equal deleted inserted replaced
17:b0076c5c7eec 18:cacfba0189d0
     1 # HG changeset patch
     1 # HG changeset patch
     2 # Parent 5c737d4329e1327fbc2aa16a5227d5ae5bc7ee03
     2 # Parent 000bec5641ad0bb85fec4120a5a609ea15b6fdd6
     3 
     3 
     4 diff -r 5c737d4329e1 Makefile
     4 diff -r 000bec5641ad Makefile
     5 --- a/Makefile	Fri Feb 18 18:22:42 2011 +0100
     5 --- a/Makefile	Fri Apr 01 14:06:49 2011 +0200
     6 +++ b/Makefile	Fri Feb 18 21:40:42 2011 +0100
     6 +++ b/Makefile	Fri Apr 01 14:06:50 2011 +0200
     7 @@ -68,7 +68,8 @@
     7 @@ -68,7 +68,8 @@
     8  # The installation commands are kept in a separate script, which expects
     8  # The installation commands are kept in a separate script, which expects
     9  # to be run from inside the build directory.
     9  # to be run from inside the build directory.
    10  
    10  
    11 -install:;	@cd build-$(buildname); \
    11 -install:;	@cd build-$(buildname); \
    12 +install:	all
    12 +install:	all
    13 +		@cd build-$(buildname); \
    13 +		@cd build-$(buildname); \
    14  		build=$(build) $(SHELL) ../scripts/exim_install $(INSTALL_ARG)
    14  		build=$(build) $(SHELL) ../scripts/exim_install $(INSTALL_ARG)
    15  
    15  
    16  # Tidy-up targets
    16  # Tidy-up targets
    17 diff -r 5c737d4329e1 OS/Makefile-Base
    17 diff -r 000bec5641ad OS/Makefile-Base
    18 --- a/OS/Makefile-Base	Fri Feb 18 18:22:42 2011 +0100
    18 --- a/OS/Makefile-Base	Fri Apr 01 14:06:49 2011 +0200
    19 +++ b/OS/Makefile-Base	Fri Feb 18 21:40:42 2011 +0100
    19 +++ b/OS/Makefile-Base	Fri Apr 01 14:06:50 2011 +0200
    20 @@ -640,43 +640,43 @@
    20 @@ -640,43 +640,43 @@
    21  # The lookups library.
    21  # The lookups library.
    22  
    22  
    23  buildlookups lookups/lookups.a: config.h
    23  buildlookups lookups/lookups.a: config.h
    24 -	 @cd lookups; $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \
    24 -	 @cd lookups; $(MAKE) SHELL=$(SHELL) AR="$(AR)" $(MFLAGS) CC="$(CC)" CFLAGS="$(CFLAGS)" \