make problems

2003-06-04 Thread Edwards, Rudolph
Hello, While trying to compile the RHL 7.2 kernel, issuing the 'make menuconfig' or any other 'make options' the response is as follows: Make: "No rules to make target 'option" . Stop Option can be anything such as "config, menuconfig, clean, mrptoper, etc..." Do you have any

strangeness about variable inside the shell

2003-06-04 Thread Huiseok Kim
it looksstrange that the variable in the shell doesn't work with builtin function. following isone of the situation: list = foo/bar google deep/deeper/deepest test: for item in $(list); do \ echo $(notdir $$item); \ done result ? foo/bar google deep/deeper/deepest i had expected to be

Is .INTERMEDIATE badly broken if used with -j2?

2003-06-04 Thread savannah
The purpose of 'make' is to build the minimum amount needed after a change (otherwise one could just type 'gcc *.c'). The purpose of '.INTERMEDIATE' is to say that a file does not need to exist, which is often used to save disk space. The missing file will have an effective timestamp of its

Re: make problems

2003-06-04 Thread Paul D. Smith
%% Edwards, Rudolph [EMAIL PROTECTED] writes: er While trying to compile the RHL 7.2 kernel, issuing the 'make er menuconfig' or any other 'make options' the response is as follows: er Make: No rules to make target 'option . Stop er Option can be anything such as config, menuconfig,