Hi Bill & Company, I tried doing make clean and then make again, but I still get: make: Nothing to be done for `all'.
The make clean does its job in terms of cleaning up all the .o files, etc.., but then nothing. E. --- Bill Crawford <[EMAIL PROTECTED]> wrote: > On Mon, 5 Nov 2001, E.L. wrote: > > > I'm compiling Apache 1.3.20 on RedHat 7.1 > (workstation > > install) and I'm having the following problem. > > Running ./configure and then make and make install > > works fine. However, when I try to use a specific > > config.layout (see below) and a build script with > the > > following: > > > > ./configure \ > > "--with-layout=mylayout_1.3.20" \ > > "--enable-module=most" \ > > "--enable-shared=max" \ > > "--disable-module=auth_dbm" \ > > "--enable-suexec" \ > > "--suexec-caller=nobody" \ > > "$@" > > > > Then the build file works fine, but when I run > "make" > > - I get: > > make: Nothing to be done for `all'. > > > > I try doing "make -t" and all kinds of things and > > nothing works -- does anyone have any ideas? > > Once you've done a "make" all the files are built. > Running "make" > again is supposed to do nothing in that case ... > that's what make is > for, after all. > > Try "make clean" followed by another "make ; make > install" and that > should fix the problem. > > -- > Bill Crawford, Unix Systems Developer, GTS Netcom > work: [EMAIL PROTECTED], home: > [EMAIL PROTECTED] > if (! (awake & TASK_RUNNABLE)) > return -ENOCAFFEINE; > > > > _______________________________________________ > Seawolf-list mailing list > [EMAIL PROTECTED] > https://listman.redhat.com/mailman/listinfo/seawolf-list __________________________________________________ Do You Yahoo!? Find a job, post your resume. http://careers.yahoo.com _______________________________________________ Seawolf-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/seawolf-list
