Fossil SCM
Added "reconfig" target to the top-level Makefile, which uses an autosetup feature to re-run configure with the same options you gave manually.
Commit
fd33b6a4aa314c2027b1cc4751b48f1cb280cac4efe8240616cff17d0171647c
Parent
7aad2af7d39acbf…
1 file changed
+3
+3
| --- Makefile.in | ||
| +++ Makefile.in | ||
| @@ -49,5 +49,8 @@ | ||
| 49 | 49 | |
| 50 | 50 | include $(SRCDIR)/main.mk |
| 51 | 51 | |
| 52 | 52 | distclean: clean |
| 53 | 53 | rm -f autoconfig.h config.log Makefile |
| 54 | + | |
| 55 | +reconfig: | |
| 56 | + @AUTOREMAKE@ | |
| 54 | 57 |
| --- Makefile.in | |
| +++ Makefile.in | |
| @@ -49,5 +49,8 @@ | |
| 49 | |
| 50 | include $(SRCDIR)/main.mk |
| 51 | |
| 52 | distclean: clean |
| 53 | rm -f autoconfig.h config.log Makefile |
| 54 |
| --- Makefile.in | |
| +++ Makefile.in | |
| @@ -49,5 +49,8 @@ | |
| 49 | |
| 50 | include $(SRCDIR)/main.mk |
| 51 | |
| 52 | distclean: clean |
| 53 | rm -f autoconfig.h config.log Makefile |
| 54 | |
| 55 | reconfig: |
| 56 | @AUTOREMAKE@ |
| 57 |