1 # HG changeset patch |
1 # HG changeset patch |
2 # Parent 000bec5641ad0bb85fec4120a5a609ea15b6fdd6 |
2 # Parent 89b2140f5dd79299467a56e0e878da7854227efd |
3 |
3 |
4 diff -r 000bec5641ad Makefile |
4 diff -r 89b2140f5dd7 Makefile |
5 --- a/Makefile Fri Apr 01 14:06:49 2011 +0200 |
5 --- a/Makefile Tue May 17 15:19:58 2011 +0200 |
6 +++ b/Makefile Fri Apr 01 14:06:50 2011 +0200 |
6 +++ b/Makefile Tue May 24 13:56:18 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 000bec5641ad OS/Makefile-Base |
17 diff -r 89b2140f5dd7 OS/Makefile-Base |
18 --- a/OS/Makefile-Base Fri Apr 01 14:06:49 2011 +0200 |
18 --- a/OS/Makefile-Base Tue May 17 15:19:58 2011 +0200 |
19 +++ b/OS/Makefile-Base Fri Apr 01 14:06:50 2011 +0200 |
19 +++ b/OS/Makefile-Base Tue May 24 13:56:18 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)" \ |