[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

next problem on solaris: unset vars in make



The 'make startup' bugs are fixed, here's a make problem.  Seems $BUILD or 
$BUILDDIR somehow aren't getting set... I've included some make -d output at 
the bottom hoping it'll point to where the var isn't being set.

Nils.



~/misc/debian/apt > make
../buildlib/defaults.mak:89: /environment.mak: No such file or directory
make[1]: *** No rule to make target `/environment.mak'.  Stop.
make: *** [all] Error 2
~/misc/debian/apt >



More info from a make -d...

...
Updating goal targets....
Considering target file `all'.
 File `all' does not exist.
 Finished dependencies of target file `all'.
Must remake target `all'.
Putting child 0x0004f518 PID 23782 on the chain.
GNU Make version 3.77, by Richard Stallman and Roland McGrath.
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98
        Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

Report bugs to <bug-make@gnu.org>.

Live child 0x0004f518 PID 23782
Reading makefiles...
Reading makefile `makefile'...
Reading makefile `../buildlib/defaults.mak' (search path) (no ~ expansion)...
Got a SIGCHLD; 1 unreaped children.
Reading makefile `/environment.mak' (search path) (no ~ expansion)...
../buildlib/defaults.mak:89: /environment.mak: No such file or directory
Reading makefile `../buildlib/library.mak' (search path) (no ~ expansion)...
Updating makefiles....
 Considering target file `../buildlib/library.mak'.
...lots of stuff...
 No need to remake target `../buildlib/library.mak'.
 Considering target file `/environment.mak'.
  File `/environment.mak' does not exist.
  Looking for an implicit rule for `/environment.mak'.
...more lots of stuff...
  No implicit rule found for `/environment.mak'.
  Finished dependencies of target file `/environment.mak'.
 Must remake target `/environment.mak'.
make[1]: *** No rule to make target `/environment.mak'.  Stop.
Got a SIGCHLD; 1 unreaped children.
Live child 0x0004f518 PID 23782
Reaping losing child 0x0004f518 PID 23782
make: *** [all] Error 2
Removing child 0x0004f518 PID 23782 from chain.



Reply to: