summaryrefslogtreecommitdiff
path: root/tools/root.make
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-09 23:15:27 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-09 23:15:27 +0000
commit4ef890ecee474daca9dc9ee13fdaec3c4bdb4d4e (patch)
treea6d278b5895d0eac184a0e7b9482d705f021c950 /tools/root.make
parentd2321971d351b407fa842ef9d5af428de468ed83 (diff)
downloadrockbox-4ef890ecee474daca9dc9ee13fdaec3c4bdb4d4e.tar.gz
rockbox-4ef890ecee474daca9dc9ee13fdaec3c4bdb4d4e.zip
'make reconf' is now a first stab at re-running configure with the same setup
that generated the existing Makefile git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19739 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/root.make')
-rw-r--r--tools/root.make4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/root.make b/tools/root.make
index 001d216d0f..5d2cea5567 100644
--- a/tools/root.make
+++ b/tools/root.make
@@ -291,6 +291,7 @@ help:
291 @echo "voicetools - builds the voice tools only" 291 @echo "voicetools - builds the voice tools only"
292 @echo "install - installs your build (for simulator builds only, no fonts)" 292 @echo "install - installs your build (for simulator builds only, no fonts)"
293 @echo "fullinstall - installs your build (for simulator builds only, with fonts)" 293 @echo "fullinstall - installs your build (for simulator builds only, with fonts)"
294 @echo "reconf - rerun configure with the same selection"
294 295
295### general compile rules: 296### general compile rules:
296 297
@@ -311,3 +312,6 @@ $(BUILDDIR)/%.o: $(ROOTDIR)/%.S
311%.o: %.S 312%.o: %.S
312 $(SILENT)mkdir -p $(dir $@) 313 $(SILENT)mkdir -p $(dir $@)
313 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@ 314 $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) $(CFLAGS) -c $< -o $@
315
316reconf:
317 $(SILENT)$(TOOLSDIR)/configure $(CONFIGURE_OPTIONS)