diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-02-17 18:03:44 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-02-17 18:03:44 +0100 |
commit | a19440bee79f9458b3ddc072a02d848c77c52264 (patch) | |
tree | db22ebe946d9c5302a3bda94ae0dfe3129e9eff2 /Makefile.in | |
parent | 05f742d28b3786f44781af5b069c05c16b84decd (diff) |
Add toposort feature to module-deps.pl
Change-Id: Id839eae62ad53189c44f7ca5a498bf7113c2536a
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 503f74acefb8..a7a096528868 100644 --- a/Makefile.in +++ b/Makefile.in @@ -328,6 +328,9 @@ dump-deps: dump-deps-png: @$(SRCDIR)/bin/module-deps.pl $(GNUMAKE) $(SRCDIR)/Makefile.gbuild | dot -Tpng -o lo.png +dump-deps-sort: + @$(SRCDIR)/bin/module-deps.pl -t $(GNUMAKE) $(SRCDIR)/Makefile.gbuild + define gb_Top_GbuildToIdeIntegration $(1)-ide-integration: cd $(SRCDIR) && (LC_MESSAGES=C $(GNUMAKE) cmd="$(GNUMAKE) -npf Makefile.gbuild all" cmd || true) | $(SRCDIR)/bin/gbuild-to-ide --ide $(1) |