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-stable
Commits
747c20a6
Commit
747c20a6
authored
Jan 09, 2007
by
Mike Hibler
Browse files
prevent running configure on "make clean"
parent
e16236b2
Changes
1
Show whitespace changes
Inline
Side-by-side
event/linktest/rude/GNUmakefile.in
View file @
747c20a6
#
# EMULAB-COPYRIGHT
# Copyright (c) 2000-200
6
University of Utah and the Flux Group.
# Copyright (c) 2000-200
7
University of Utah and the Flux Group.
# All rights reserved.
#
...
...
@@ -59,8 +59,8 @@ config.status:
rude-$(VERSION):
$(SRCDIR)/rude-fetch.sh $(SRCDIR)
clean:
Makefile
$(MAKE) -f Makefile clean
clean:
@if [ -r Makefile ]; then
$(MAKE) -f Makefile clean
; fi
Makefile: config.status
...
...
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