|
Lines 1-5
Link Here
|
| 1 |
--- Makefile.dist 2006-08-13 03:50:15.000000000 -0500 |
1 |
--- Makefile.orig 2015-09-18 17:22:35 UTC |
| 2 |
+++ Makefile 2014-05-19 20:04:56.636909101 -0500 |
2 |
+++ Makefile |
| 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 11-17
Link Here
|
| 11 |
|
11 |
|
| 12 |
# First things first we need to set up some various options since OS's aren't |
12 |
# First things first we need to set up some various options since OS's aren't |
| 13 |
# as nice about things are they could be. |
13 |
# as nice about things are they could be. |
| 14 |
@@ -33,7 +33,7 @@ |
14 |
@@ -33,7 +33,7 @@ MODDIR = ../modules |
| 15 |
# Uncomment this if you are on a BSD system AND you want dynamic modules |
15 |
# Uncomment this if you are on a BSD system AND you want dynamic modules |
| 16 |
# SunOS (4 and 5 both) also needs this setting. |
16 |
# SunOS (4 and 5 both) also needs this setting. |
| 17 |
# |
17 |
# |
|
Lines 20-26
Link Here
|
| 20 |
|
20 |
|
| 21 |
# Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1) |
21 |
# Uncomment this if you are compiling on OpenBSD with modules (BSDMOD = 1) |
| 22 |
#OBSDMOD = 1 |
22 |
#OBSDMOD = 1 |
| 23 |
@@ -120,7 +120,6 @@ |
23 |
@@ -120,7 +120,6 @@ GNU_STRFTIME=-DGNU_STRFTIME |
| 24 |
ifdef BSDIMOD |
24 |
ifdef BSDIMOD |
| 25 |
CC=shlicc |
25 |
CC=shlicc |
| 26 |
else |
26 |
else |
|
Lines 28-34
Link Here
|
| 28 |
endif |
28 |
endif |
| 29 |
|
29 |
|
| 30 |
# Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. |
30 |
# Warning-level flags. Under SunOS (4 and 5), this NEEDS TO BE BLANK. |
| 31 |
@@ -129,9 +128,7 @@ |
31 |
@@ -129,9 +128,7 @@ endif |
| 32 |
# |
32 |
# |
| 33 |
# It appears that IRIX is also rather stupid, and may require this |
33 |
# It appears that IRIX is also rather stupid, and may require this |
| 34 |
# to be removed. |
34 |
# to be removed. |
|
Lines 39-41
Link Here
|
| 39 |
|
39 |
|
| 40 |
# Now set up the initial command line. SUNOS_5 makes this a bit wierd. |
40 |
# Now set up the initial command line. SUNOS_5 makes this a bit wierd. |
| 41 |
ifndef SUNOS_5 |
41 |
ifndef SUNOS_5 |
|
|
42 |
@@ -301,7 +298,6 @@ targets: make_modules ecartis |
| 43 |
ecartis: ${OBJS} |
| 44 |
${CC} ${EXTRA_LFLAGS} ${LFLAGS} -o ecartis ${OBJS} ${EXTRA_LIBS} ${LIBS} |
| 45 |
cp ecartis build/ecartis |
| 46 |
- chmod ug+s build/ecartis |
| 47 |
|
| 48 |
make_modules: |
| 49 |
@for dir in ${MODULES}; \ |
| 50 |
@@ -321,7 +317,6 @@ make_modules: |
| 51 |
|
| 52 |
install: targets |
| 53 |
cp build/ecartis ${BINDIR} |
| 54 |
- chmod ug+s ${BINDIR}/ecartis |
| 55 |
ifdef DYNMOD |
| 56 |
@for dir in ${MODULES}; do \ |
| 57 |
cp build/$${dir}.lpm ${MODDIR}/$${dir}.lpm; \ |