diff options
| author | Bill Nottingham <notting@redhat.com> | 1999-03-18 00:53:57 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 1999-03-18 00:53:57 +0000 |
| commit | 6aac6bb6c8ceea467a12dc5a6810d73cf516a445 (patch) | |
| tree | 32723287fadf74cc93ebe809470296b6837892b9 /src/Makefile | |
| parent | 5fd45fcb73f4585781bbdb79112ff0812c2c2c5f (diff) | |
| download | initscripts-6aac6bb6c8ceea467a12dc5a6810d73cf516a445.tar.gz initscripts-6aac6bb6c8ceea467a12dc5a6810d73cf516a445.tar.xz initscripts-6aac6bb6c8ceea467a12dc5a6810d73cf516a445.zip | |
gack. don't exit on command format errors from subprocess
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a93c2b48..ad7d36bc 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS+=-Wall -D_GNU_SOURCE +CFLAGS+=-Wall -D_GNU_SOURCE -g PROGS=usernetctl doexec netreport testd usleep ipcalc initlog minilogd loglevel INITLOG_OBJS=initlog.o process.o |
