| delorie.com/archives/browse.cgi | search |
| From: | Jason Moore <jpmoor1 AT earthlink DOT net> |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: make question |
| Date: | Wed, 28 Jul 1999 15:49:01 -0400 |
| References: | <MPG DOT 11fd749eaba6d76098aeda AT news DOT freeserve DOT net> <37938E1A DOT DB3515AA AT cartsys DOT com> |
| X-Posted-Path-Was: | not-for-mail |
| X-Accept-Language: | en |
| X-ELN-Date: | 28 Jul 1999 19:47:55 GMT |
| X-ELN-Insert-Date: | Wed Jul 28 12:55:02 1999 |
| Organization: | EarthLink Network, Inc. |
| Lines: | 22 |
| Mime-Version: | 1.0 |
| NNTP-Posting-Host: | sdn-ar-011wimilwp064.dialsprint.net |
| Message-ID: | <379F5EAD.55C091F8@earthlink.net> |
| X-Mailer: | Mozilla 4.61 [en]C-compaq (Win98; I) |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Nate Eldredge wrote: > Andrew R. Gillett wrote: > > > > How do I get make to re-make all source files regardless of whether it > > thinks they're up to date or not? > > It's usually easiest to make them not up to date, by using `touch' or > deleting the targets or whatever. But you could also probably manage > something with the -W option. > -- > > Nate Eldredge > nate AT cartsys DOT com Try deleting all the object files first. Then make will be forced to rebuild all the source files. Sometimes this is done with a "clean" command in the makefile itself. Then you can just type "make clean" and all object files will be deleted.
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |