Main Page | Report this Page
Linux Forum Index  »  Linux Development  »  A solution not to do dependency check?...
Page 1 of 1    

A solution not to do dependency check?...

Author Message
demiahn...
Posted: Wed Oct 15, 2008 7:49 pm
Guest
In my Makefile, there is the following target such as "config".
....
config:
at (no spam) make -C ./config || exit $?
....

but, there is a directory the same as "config" for name.
So, if I try to make as "make config", the following message is printed.
"make: `config' is up to date."

I guess the make checks date of "config" directory and decided that make is
not needed.
In this case,
I want to make absolutely without dependency check.
Is there a good solution?

[root at (no spam) test] ls
config Makefile
[root at (no spam) test] make config
make: `config' is up to date.
[root at (no spam) test]
 
 
Page 1 of 1    
All times are GMT - 5 Hours
The time now is Thu Dec 03, 2009 11:53 pm