From 38cf63402425950642a14fedeb66582f6191b394 Mon Sep 17 00:00:00 2001 From: appaji <> Date: Fri, 18 Jun 2004 17:56:13 +0000 Subject: [PATCH] Change & to & and master location --- .../GNU-Build-System-HOWTO.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml b/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml index 0b8bcbd4..994e39fc 100644 --- a/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml +++ b/LDP/howto/docbook/GNU-Build-System-HOWTO/GNU-Build-System-HOWTO.xml @@ -177,8 +177,8 @@ $Id$ http://www.tldp.org/HOWTO/GNU-Build-System-HOWTO/. The latest in-progress version of this document is available at the - GNU-Build-System HOWTO home page. + url="http://www.appaji.net/resource/gbsh.html">GNU-Build-System + HOWTO home page. @@ -266,7 +266,8 @@ $Id$ a developer in each stage of the configure, compile and distribute process. Projects using the suite of the GBS are recognizable by the ease with which they are installed. The ubiquitous - ./configure && make && make install does it all. + ./configure && make && make + install does it all. @@ -277,9 +278,9 @@ $Id$ should help you understand the files that these tools operate on. The aim is to take the reader step by step, through the stages turning a set of source files of a project to conform - to the ./configure && make && make install - mantra. We will work through each of these components using a - Hello World! styled example. + to the ./configure && make && make + install mantra. We will work through each of these + components using a Hello World! styled example. @@ -439,7 +440,7 @@ make: Nothing to be done for `all'. -&cmdline;touch hello.c +&cmdline;touch hello.h &cmdline;make all gcc -Wall -c main.c gcc -Wall -c hello.c @@ -1898,6 +1899,9 @@ clean: