|
Lines 1-5
Link Here
|
| 1 |
--- Makefile.orig Sun Jun 17 22:13:03 2001 |
1 |
--- Makefile.dist Sat Apr 27 02:26:56 2002 |
| 2 |
+++ Makefile Sun Jun 17 22:14:19 2001 |
2 |
+++ Makefile Sat Apr 27 09:35:52 2002 |
| 3 |
@@ -6,8 +6,8 @@ |
3 |
@@ -6,8 +6,8 @@ |
| 4 |
# they should be set. All of them are conditional on options set in this |
4 |
# they should be set. All of them are conditional on options set in this |
| 5 |
# file, so it should be relatively easy to determine which branch is correct |
5 |
# file, so it should be relatively easy to determine which branch is correct |
|
Lines 37-52
Link Here
|
| 37 |
endif |
37 |
endif |
| 38 |
|
38 |
|
| 39 |
# Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. |
39 |
# Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. |
| 40 |
@@ -134,7 +133,7 @@ |
40 |
@@ -134,9 +133,7 @@ |
| 41 |
# |
41 |
# |
| 42 |
# It appears that IRIX is also rather stupid, and may require this |
42 |
# It appears that IRIX is also rather stupid, and may require this |
| 43 |
# to be removed. |
43 |
# to be removed. |
| 44 |
-WFLAGS=-Wall -Werror |
44 |
-WFLAGS=-Wall -Werror |
|
|
45 |
-# Uncomment this to build with gdb symbols (comment above line) |
| 46 |
-#WFLAGS=-ggdb -Wall -Werror |
| 45 |
+WFLAGS:=${CFLAGS} |
47 |
+WFLAGS:=${CFLAGS} |
| 46 |
|
48 |
|
| 47 |
# Now set up the initial command line. SUNOS_5 makes this a bit wierd. |
49 |
# Now set up the initial command line. SUNOS_5 makes this a bit wierd. |
| 48 |
ifndef SUNOS_5 |
50 |
ifndef SUNOS_5 |
| 49 |
@@ -321,6 +320,7 @@ |
51 |
@@ -327,6 +324,7 @@ |
| 50 |
install: targets |
52 |
install: targets |
| 51 |
cp build/ecartis ${BINDIR} |
53 |
cp build/ecartis ${BINDIR} |
| 52 |
chmod ug+s ${BINDIR}/ecartis |
54 |
chmod ug+s ${BINDIR}/ecartis |