]> Zhao Yanbai Git Server - minix.git/commitdiff
Use exec cc instead of cc (ast)
authorBen Gras <ben@minix3.org>
Wed, 7 Sep 2005 08:43:25 +0000 (08:43 +0000)
committerBen Gras <ben@minix3.org>
Wed, 7 Sep 2005 08:43:25 +0000 (08:43 +0000)
40 files changed:
commands/Makefile
commands/advent/Makefile
commands/ash/Makefile
commands/autil/Makefile
commands/awk/Makefile
commands/bc/Makefile
commands/byacc/Makefile
commands/bzip2-1.0.3/Makefile
commands/cawf/Makefile
commands/cron/Makefile
commands/de/Makefile
commands/dhcpd/Makefile
commands/dis88/Makefile
commands/elle/Makefile
commands/elvis/Makefile
commands/ftp/Makefile
commands/ftpd200/Makefile
commands/i386/Makefile
commands/i386/asmconv/Makefile
commands/i386/mtools-3.9.7/Makefile
commands/i86/Makefile
commands/ibm/Makefile
commands/ibm/part.c
commands/indent/Makefile
commands/m4/Makefile
commands/make/Makefile
commands/mined/Makefile
commands/patch/Makefile
commands/reboot/Makefile
commands/rlogind/Makefile
commands/sh/Makefile
commands/simple/Makefile
commands/simple/df.c
commands/talk/Makefile
commands/talkd/Makefile
commands/telnet/Makefile
commands/telnetd/Makefile
commands/urlget/Makefile
commands/yap/Makefile
commands/zmodem/Makefile

index ff7def88381e7da0083c13dbfb19f18a3179d82f..32e848106c5169ae8798cd4290c15442250bff1d 100755 (executable)
@@ -6,6 +6,7 @@ GZIP=gzip-1.2.4
 PYTHON=python-1.5.2
 BZIP2=bzip2-1.0.3
 KERMIT=kermit-2.1.1
+CC=exec cc
 
 usage:
        @echo "Usage: make all        # Compile all commands" >&2
index 249622e78327e5821fc1644a470fe1778c5cabb3..aff80c4f15d67ba911aa636554d7f6a4a1d096b7 100755 (executable)
@@ -8,7 +8,7 @@ BINDIR  = /usr/bin
 # Flags you may want to add to CFLAGS:
 # -DHAS_STDC=0 or 1    We have Standard C.  Default=1 iff __STDC__ is nonzero.
 
-CC     = cc
+CC     = exec cc
 CFLAGS = -D_POSIX_SOURCE
 LDFLAGS        =  -i
 
index 7aa5675539b941715636e8c2af091e7184a3d7fc..be36c228f909cbf23a09e9a9aee7443497a73272 100755 (executable)
@@ -19,6 +19,7 @@ OBJS= builtins.o cd.o dirent.o error.o eval.o exec.o expand.o input.o \
 CPPFLAGS= -DSHELL -I. -D_MINIX -D_POSIX_SOURCE
 CFLAGS=        -wo -i $(CPPFLAGS)
 LIBS=  -ledit
+CC = exec cc
 
 CLEANFILES= $(OBJS) \
        builtins.c builtins.h init.c mkinit mknodes mksignames mksyntax \
index 960b6401b276c403a20c7450be5e40bbfb32bb5d..f1a6450b5bfb067b1250d3c2521c2574b0d44e95 100755 (executable)
@@ -1,5 +1,6 @@
 # Makefile for commands/autil
 
+CC = exec cc
 CFLAGS = -I. -D_MINIX -D_POSIX_SOURCE -wo
 CCLD   = $(CC) -i $(CFLAGS)
 
index 051c5adf1573bd6814f0a449ec170c2dd729d91e..6816591855f44abe6938268f722247c2f33f259e 100755 (executable)
@@ -1,5 +1,6 @@
 # Makefile for awk.
 
+CC = exec cc
 CFLAGS = -D_MINIX -D_POSIX_SOURCE -wo -w
 LDFLAGS        = -i -f
 
index bf47a38a40f9ddf18fc0a6706a6dac87c07bf757..dcf665aabf46f2551a059a69a7f7ff03ee8597a9 100755 (executable)
@@ -18,7 +18,7 @@ YACC = yacc
 #YACC = bison -y
 LEX = flex -I8
 #LEX = lex
-CC = cc
+CC = exec cc
 CFLAGS = -D_POSIX_SOURCE
 LDFLAGS = -i
 #
index e7680c4bedc4756d1b7a72799b511f2130c1c96c..fc1294069afc752acf96d3b8326958e49e82bc28 100755 (executable)
@@ -10,6 +10,8 @@ LDFLAGS             = -i
 
 LIBS         =
 
+CC = exec cc
+
 LINKER       = $(CC)
 
 MAKEFILE      = Makefile
index 479d1563c853606efabff4668f1625ad4496fe96..d7b1f4821d89ce1317c0806136e78e9e1420887b 100644 (file)
@@ -2,7 +2,7 @@
 SHELL=/bin/sh
 
 # To assist in cross-compiling
-CC=cc
+CC=exec cc
 AR=ar
 ARFLAGS=cr
 RANLIB=ranlib
index 98a39d5292bc5f8712b71f099f76ff3e4874db4e..cf7bd9343d9ed87ce43b607991d5d4e10a93b29d 100755 (executable)
@@ -34,6 +34,8 @@
 #
 #DEFS = -DUNIX -DMALLOCH
 
+CC = exec cc
+
 DEFS = -DUNIX -DUSG -DSTDLIB
 
 CFLAGS = -i -f -wo -O ${DEFS}
index 50d2d81a8388f9d21cf6b395f34d05f02b1c5176..61cc3b52c8929872814972dac6953b8ab3c41e4d 100755 (executable)
@@ -1,6 +1,7 @@
 # Makefile for cron.
 
 CFLAGS=                -D_MINIX -D_POSIX_SOURCE
+CC = exec cc
 LDFLAGS=
 
 all:   cron crontab
index 448d22a519e6f26681719b7edcb39789a130963e..386d5e1772e2b96963887fb03655e8b70df44213 100755 (executable)
@@ -1,6 +1,6 @@
 # Makefile for de
 
-CC     = cc
+CC     = exec cc
 CFLAGS = -O -D_MINIX -D_POSIX_SOURCE -D_POSIX_1_SOURCE=2
 
 all:   de
index 536907a2e3b38935d2b95198e52b769013c54d4e..70921fdc566538aa36573686472aef3f7c678120 100755 (executable)
@@ -2,6 +2,7 @@
 
 CFLAGS = $(OPT) -D_MINIX
 LDFLAGS        =
+CC = exec cc
 
 all:   dhcpd
 
index 05d24887119bc126362354063dd47266f10806fe..9f863341a324223744645d9dee369490a5466190 100755 (executable)
@@ -26,6 +26,7 @@
 
 CFLAGS =-O -wo
 OBJ = disrel.o dismain.o distabs.o dishand.o disfp.o
+CC=exec cc
 
 all:   dis88
 
index fc87cd71b226166ec03c598a2a92f20085248572..d8221eac99e8f21efd954726b64cfeee66ebffae 100755 (executable)
@@ -1,5 +1,6 @@
 # Makefile for elle
 
+CC = exec cc
 CFLAGS = -O -DIGN_JOB_CONTROL -D_POSIX_SOURCE -wa
 LDFLAGS= -i
 
index f5aae998bcb49eeeaa798dcf8868b29b9fc7f219..d59f9ec1ca630fd2a7c3f9c5ee5b989a35a403ec 100755 (executable)
@@ -9,6 +9,7 @@
 #      PROGS   the list of all programs
 #      SORT    if the "tags" file must be sorted, then SORT=-DSORT
 
+CC = exec cc
 PROGS= elvis ctags ref elvrec fmt elvprsv
 
 #---- These settings are recommended for Minix-PC ----
index 13feabd1dba973d37acfa3c982045b27cf15b829..6069e8983aa9a1e35909f31688a029254d7ab5cb 100755 (executable)
@@ -12,6 +12,8 @@ OBJS= ftp.o local.o file.o other.o net.o
 
 all:   $(PROG)
 
+CC = exec cc
+
 $(PROG):       $(OBJS)
        $(CC) $(LDFLAGS) -o $@ $(OBJS)
        install -S 8kw $@
index 02876581de7946e701321343f74dee94b47bd580..8de5f3210e8e3cc947123b73c142f5b3f0131647 100644 (file)
@@ -9,6 +9,7 @@ BINDIR= /usr/bin
 PROG=  in.ftpd
 MANDIR= /usr/man/man8
 MANPAGE=ftpd.8
+CC = exec cc
 
 OBJS=  ftpd.o access.o file.o net.o
 
index 04867eb2ddee532418912198e4626185041cce75..75fc447bdfa8e168e15ad099d5a21bffd9d32e2a 100755 (executable)
@@ -3,6 +3,7 @@
 CFLAGS = -D_MINIX -D_POSIX_SOURCE
 CCLD   = $(CC) -i $(CFLAGS)
 MAKE   = exec make -$(MAKEFLAGS)
+CC = exec cc
 
 all::  acd
 
index 9cf02da4b83d5ae822665cea74e5ff74e3be3835..29f81b3fa18232e43a3bda7e4850284d3b5c0b5c 100755 (executable)
@@ -2,6 +2,7 @@
 
 CFLAGS=                $(OPT)
 LDFLAGS=       -i
+CC = exec cc
 
 all:   asmconv
 
index e396327772b5f2ef6afcb222bb9729bdbcedde04..fea5d11b5cbd877b2a2bdb8890210d31fddd9023 100755 (executable)
@@ -33,7 +33,7 @@ mandir      = ${prefix}/man
 infodir     = ${prefix}/info
 sysconfdir  = /etc
 
-CC         = cc -D_MINIX
+CC         = exec cc -D_MINIX
 CXX        = @CXX@
 MYCFLAGS   = 
 MYCXXFLAGS = 
index 8f89b319b00576ad3ca55b9a69373fcdcf455e9c..4e69cbeb2aaa787e7ff57378cb9959543adb2fa2 100755 (executable)
@@ -3,6 +3,7 @@
 CFLAGS = -D_MINIX -D_POSIX_SOURCE
 CCLD   = $(CC) -i $(CFLAGS)
 MAKE   = exec make -$(MAKEFLAGS)
+CC = exec cc
 
 all:   cc
 
index 2d5206ea58e6ff8b4b18eaf05a8431ff307fc4bc..f251b80a882c7782cb7ae41dad9e30a6c0296ac0 100755 (executable)
@@ -5,6 +5,7 @@
 CFLAGS = -D_MINIX -D_POSIX_SOURCE
 CCLD   = $(CC) -i $(CFLAGS)
 MAKE   = exec make -$(MAKEFLAGS)
+CC = exec cc
 
 ALL    = \
        atnormalize \
index c27025eb02c1a9d634940ce3343bfa4b115140f8..c647ea802fde096f34a6fdba4610365b0c02ccf8 100755 (executable)
@@ -170,7 +170,7 @@ void stat_reset(void)
                if (statusrow > STATUSROW) stat_start(0);
                stat_start(0);
                putstr(
-"Type '+' or '-' to change, 'r' to read, '?' for more help, '!' for advice");
+"Type '+' or '-' to change, 'r' to read, '?' for more help, 'q' to exit");
        }
        statusrow= STATUSROW;
        need_help= 0;
index e228f65f7b87fdbef6b6675408a8b334b6c24b41..35581d74df82b56d5efdfeef8e9466e9da01284e 100644 (file)
@@ -1,6 +1,7 @@
 # Makefile for indent
 
 CFLAGS= -c -O -D_MINIX -D_POSIX_SOURCE -wo -m
+CC = exec cc
 
 all:   indent
 
index 81505a5288897854233139c44fb367a31669be9d..727efbdae756a0325935f6eeb1ced04ef09b5e6c 100755 (executable)
@@ -7,6 +7,7 @@
 #
 
 CFLAGS = -DEXTENDED -O -D_POSIX_SOURCE -D_MINIX
+CC = exec cc
 
 OBJ =  main.o eval.o serv.o look.o misc.o expr.o
 INCL =  mdef.h extr.h patchlevel.h
index 2ed91594b624173d830eb92e018e39384eb7e56a..2e36c82bf3ec831ce1b6366ba757042e2cb5a026 100755 (executable)
@@ -1,6 +1,7 @@
 # Makefile for make (!)
 
 CFLAGS = -O -Dunix -D_MINIX -D_POSIX_SOURCE
+CC = exec cc
 
 OBJ =  check.o input.o macro.o main.o make.o reader.o rules.o archive.o
 
index 0a3677a93ce02fd1ffa53381109168b1252f86aa..2a97d81a2418ef2df3118660a5dfda7f613eba42 100755 (executable)
@@ -1,5 +1,7 @@
 # Makefile for mined
 
+CC = exec cc
+
 CFLAGS = -O -wo -D_MINIX -D_POSIX_SOURCE
 
 OBJ = mined1.o mined2.o
index 96bdfc554d47d4ae87367b7cfa4577e5d8d54fc8..b8cda2f5f0da1b1789963d6038bc2278112efe32 100755 (executable)
@@ -2,6 +2,8 @@
 
 CFLAGS= -O -DVOIDSIG -wo -D_MINIX -D_POSIX_SOURCE -DSMALL
 
+CC = exec cc
+
 OBJ = patch.o pch.o inp.o util.o version.o
 
 all:   patch
index 7b67fa2d0d7637f82ccc2eb4dcc940348786c6c1..74f2e20617ca440388a052870401d1d6e15199be 100755 (executable)
@@ -2,6 +2,7 @@
 
 CFLAGS=$(OPT) -D_MINIX -D_POSIX_SOURCE
 LDFLAGS=-i
+CC=exec cc
 
 PROGRAMS=      shutdown halt tinyhalt
 MANUALS=       shutdown.8 halt.8 reboot.2 reboot.8
index 7792cfd7693e466ac07094ab5f145dc7e669683d..ba83d88ab114929d13768d5058958fa66f217aa8 100755 (executable)
@@ -1,6 +1,7 @@
 # Makefile for rlogind.
 
 CFLAGS = $(OPT) -D_MINIX
+CC = exec cc
 LDFLAGS        =
 
 all:   rlogind
index d9527e29d7f9161adfdf1bd64e3a17bc06c99744..88bddfd026f8619b898fb85fddee02504fdabc18 100755 (executable)
@@ -2,6 +2,7 @@
 
 CFLAGS = -O -D_MINIX -D_POSIX_SOURCE -wa
 LDFLAGS        = -i
+CC = exec cc
 
 OBJ    = sh1.o sh2.o sh3.o sh4.o sh5.o sh6.o
 
index d0eae64aadfb3d7703f67930092557beafaa4a9d..e4884d0e9959e664dc8c9ac94cfee507fa8dd554 100755 (executable)
@@ -3,6 +3,7 @@
 CFLAGS = -D_MINIX -D_POSIX_SOURCE
 SYS    = ../..
 CCLD   = $(CC) -i $(CFLAGS)
+CC     = exec cc
 
 # This Makefile is large, but that is because it lists all actions that must
 # be taken to compile and install all the simple commands.  If there were only
index 503ec6e50483d74e28d58bf0625569a470f0970d..da83d055384dea4a9310d25cb6a8693ad926d48a 100755 (executable)
@@ -122,7 +122,7 @@ Filesystem         Inodes       IUsed      IFree    %%IUsed    Mounted on\n",
                unitsize);
   } else {
        printf("%s\n", !iflag ? "\
-Filesystem      1K-Blocks       Free       Used    % Files%   Mounted on" : "\
+Filesystem      Size (kB)       Free       Used    % Files%   Mounted on" : "\
 Filesystem          Files       Free       Used    % BUsed%   Mounted on"
        );
   }
index 269794dc86e2326f1aa7ccc5a169ef217eda9041..ff863d0e1239a51fe67f0deeed8c0652f1c7332e 100755 (executable)
@@ -7,6 +7,7 @@ CFLAGS= -O -D_MINIX -D_POSIX_SOURCE
 LDFLAGS=-i
 BINDIR=        /usr/bin
 PROG=  talk
+CC = exec cc
 
 OBJS=  talk.o screen.o net.o proto.o
 
index 6a81730690d455cec740dcbd874c60ced6e186ae..684fd4bb9730ffe7633f5bc8b9515aaa8a96b02f 100755 (executable)
@@ -7,6 +7,7 @@ CFLAGS= -O -D_MINIX -D_POSIX_SOURCE
 LDFLAGS=-i
 BINDIR=        /usr/bin
 PROG=  talkd
+CC = exec cc
 
 OBJS=  talkd.o net.o process.o finduser.o
 
index cce1ccbb2ddad2195519e8603f491a7c697edfd3..6d215550f8f663a8aea9ad72c0e729888b66a3bb 100755 (executable)
@@ -2,6 +2,7 @@
 
 CFLAGS=        -D_MINIX -D_POSIX_SOURCE
 LDFLAGS=-i
+CC = exec cc
 
 SRC=   ttn.c ttn_conf.c
 
index df0e88e4e00a8335adcf042f4493107b0c200671..6f68956469fec1ba44b8546696c885ad352d85f8 100755 (executable)
@@ -7,6 +7,7 @@ CFLAGS= -O -D_MINIX -D_POSIX_SOURCE
 LDFLAGS=-i
 BINDIR=        /usr/bin
 PROG=  in.telnetd
+CC = exec cc
 
 OBJS=  main.o telnet.o term.o pty.o wtmp.o
 
index bf7d23636ec2b825786b9215f7d2e5c21ddfbcd8..ec9f87ba9a09fb377ea16ef05bb5b222ec00a524 100755 (executable)
@@ -9,6 +9,7 @@ BINDIR= /usr/bin
 PROG=  urlget
 LINK1= httpget
 LINK2= ftpget
+CC=exec cc
 
 OBJS=  urlget.o net.o
 
index 2268b03dd8a9f28d1de25525677a28c9d68f62c2..e61eca3a6611676391a12de4a2ebaba16f56dd80 100755 (executable)
@@ -2,6 +2,7 @@
 
 # CFLAGS : options for the C-compiler
 CFLAGS = -O -D_MINIX -D_POSIX_SOURCE -wa
+CC=exec cc
 
 # LDFLAGS : flags for the loader
 #      -i for a PDP-11 with separate I/D (not necessary)
index 221e40e2d25f640ac69f3da12eca48c684fa9134..72d640b279106d8f28fe1b908bdacdeb7489c43d 100755 (executable)
@@ -2,14 +2,15 @@
 
 all: rz sz
 
+CC = exec cc
 CFLAGS= -DPOSIX -D_MINIX -D_POSIX_SOURCE -O -wo
 
 rz: rz.c rbsb.c zm.c zmodem.h
-       cc $(CFLAGS) -i -o rz rz.c
+       $(CC) $(CFLAGS) -i -o rz rz.c
        install -S 5kw $@
 
 sz: sz.c rbsb.c zm.c zmodem.h
-       cc $(CFLAGS) -i -o sz sz.c
+       $(CC) $(CFLAGS) -i -o sz sz.c
        install -S 5kw $@
 
 install:       /usr/bin/rz /usr/bin/sz