File tree Expand file tree Collapse file tree 3 files changed +177
-189
lines changed Expand file tree Collapse file tree 3 files changed +177
-189
lines changed Original file line number Diff line number Diff line change 1
- SUBDIRS = src/ include src/ lib src/ preproc
1
+ SUBDIRS = include lib preproc
2
2
3
- all install uninstall clean ::
3
+ all install uninstall clean :
4
4
for i in $( SUBDIRS) ; do ( cd $$ i; make $@ ); done
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The variables should be static.
4
4
5
5
The preprocessor interface is strange, to say the least It would be better
6
6
with a consistant unix arguments interface, perhaps builtin default
7
- filenames so they won't have to be given all the time.
7
+ filenames so they won't have to be given all the time. (Done: MM 2/5/98)
8
8
9
9
Preprocessor cannot do syntax checking on your SQL statements Whatever you
10
10
write is copied more or less exactly to the postgres95 and you will not be
@@ -46,3 +46,8 @@ scripts. Speed will never be accomplished in this way. To do this you need a
46
46
bigger insight in the database construction and the use of the database than
47
47
could be realised in a script.
48
48
49
+ Now comes my list (MM):
50
+
51
+ libecpg should be made a shared library.
52
+
53
+ Makefiles have to able to correctly install and clean.
You can’t perform that action at this time.
0 commit comments