projects
/
citadel
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89a2875
)
configure script
author
Art Cancro
<ajc@citadel.org>
Fri, 19 Aug 2016 22:39:08 +0000
(18:39 -0400)
committer
Art Cancro
<ajc@citadel.org>
Fri, 19 Aug 2016 22:39:08 +0000
(18:39 -0400)
ctdlsh/Makefile
patch
|
blob
|
history
ctdlsh/configure
patch
|
blob
|
history
diff --git
a/ctdlsh/Makefile
b/ctdlsh/Makefile
index
f994022
..
a74b739
100644
(file)
--- a/
ctdlsh/Makefile
+++ b/
ctdlsh/Makefile
@@
-1,3
+1,7
@@
+# MAKEFILE FOR CTDLSH
+# Copyright (c) 2016 by the citadel.org team
+
+# config.mk is generated by ./configure
include config.mk
OBJS := datetime.o export.o main.o passwd.o shutdown.o sockets.o who.o config.o
diff --git
a/ctdlsh/configure
b/ctdlsh/configure
index
53ee6cf
..
7f32d32
100755
(executable)
--- a/
ctdlsh/configure
+++ b/
ctdlsh/configure
@@
-5,8
+5,13
@@
echo
echo Running the configure script to create config.mk
echo
+CFLAGS='-ggdb'
+LDFLAGS=''
+
(
- echo
'CFLAGS := -ggdb'
- echo
'LDFLAGS :='
+ echo
"CFLAGS := ${CFLAGS}"
+ echo
"LDFLAGS := ${LDFLAGS}"
) >config.mk
+cat config.mk
+echo