![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Makefile | NamrataGurav | High Level Programming | 7 | 10-07-2006 02:29 PM |
| about the makefile | ligerdave | High Level Programming | 2 | 01-31-2006 01:21 AM |
| Using cut within makefile | wvdeijk | UNIX for Dummies Questions & Answers | 2 | 12-14-2005 05:11 PM |
| makefile help | pieter023 | Shell Programming and Scripting | 1 | 06-06-2005 01:20 AM |
| makefile | ECBROWN | UNIX for Dummies Questions & Answers | 4 | 02-17-2005 12:01 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Makefile help
Hi,
What I want to do is for make to reconstruct the target even if its dependencies have not changed. So, even if if the dependent files do not have a more recent timestamp, the commands are executed. The reason I want to do this.. 1)someone executes make on solaris. We have a solaris binary. 2) Now someone should be able to run make on linux to generate the linux binary. (Without executing make clean to remove the already existing binary and .o file) does anyone know how to do this ? Thanks !!! |
|
||||
|
Hi reborg, hmm not sure what you mean by clobber..
So, I execute make once. The object files are built from the source files. The executable is then built from these object files. Now if I run make again (without changing the source code) Nothing will happen because the files are already up to date and so nothing will be done. What I want is, on running make again. The object files and the executables are built again. let me know if this is clear.. |
![]() |
| Bookmarks |
| Tags |
| linux commands |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|