Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
726314c1
Commit
726314c1
authored
Apr 29, 2004
by
Mike Hibler
Browse files
Get the trafgen-fetch working again
parent
6cdccbd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
event/GNUmakefile.in
View file @
726314c1
...
...
@@ -18,15 +18,16 @@ ifeq ($(SYSTEM),FreeBSD)
SUBDIRS += sched delay-agent nsetrafgen stated
endif
all: all-subdirs
all:
trafgen-fetch
all-subdirs
include $(TESTBED_SRCDIR)/GNUmakerules
# XXX Yeah, this doesn't belong here but I can't make the trafgen
# makefile work if it unpacks the tarball itself
#
trafgen-fetch:
$(SRCDIR)/trafgen/tg-install $(SRCDIR)/trafgen
trafgen: trafgen-fetch
install:
@$(MAKE) -C lib install
@$(MAKE) -C sched install
...
...
@@ -57,4 +58,4 @@ distclean: distclean-subdirs
@$(MAKE) -C $(dir $@) $(basename $(notdir $@))
%-subdirs: $(addsuffix /%.MAKE,$(SUBDIRS)) ;
.PHONY: $(SUBDIRS)
.PHONY: $(SUBDIRS)
trafgen-fetch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment