
226 Linux Applications on pSeries
root@fenris:/home/work/rpm/ourcode-1.0:
The next example shows how the normal make process is performed.
Example 6-27 Using make/gmake
root@fenris:/home/work/rpm/ourcode-1.0: make
make all-am
source='ourcode.c' object='ourcode.o' libtool=no
depfile='.deps/ourcode.Po' tmpd
epfile='.deps/ourcode.TPo' depmode=gcc /bin/sh ./depcomp gcc -DHAVE_CONFIG_H
-I.
-I. -I. -g -O2 -c `test -f ourcode.c || echo './'`ourcode.c
gcc -g -O2 -o ourcode ourcode.o
Target "all-am" is up to date.
6.4.3 rcs
The RCS package (Revision Control System) is a system for managing multiple
versions of files. The rcs command automates the storage, ...