From bc35ae3f5088259a352f0d25e76a7399d38b374a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 15 Aug 2002 09:32:59 +0000 Subject: Generates a 'tags' target in the toplevel makefile now, this is only for target builds as of yet. More to come. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1753 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tools/configure') diff --git a/tools/configure b/tools/configure index 4222b7950d..cebfe503ba 100755 --- a/tools/configure +++ b/tools/configure @@ -308,6 +308,15 @@ clean-apps: clean: \$(MAKE) clean-firmware clean-apps +tags-firmware: + \$(MAKE) -C \$(FIRMDIR) TARGET=\$(TARGET) OBJDIR=\$(THISDIR) tags + +tags-apps: + \$(MAKE) -C \$(APPSDIR) TARGET=\$(TARGET) OBJDIR=\$(THISDIR) tags + +tags: + @rm -f TAGS + \$(MAKE) tags-firmware tags-apps EOF echo "Created Makefile" -- cgit v1.2.3