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
cd10c01f
Commit
cd10c01f
authored
Mar 14, 2007
by
Russ Fish
Browse files
configure is made by autoconf, not configure. Don't clean it.
parent
8d96f307
Changes
1
Hide whitespace changes
Inline
Side-by-side
GNUmakefile.in
View file @
cd10c01f
...
...
@@ -298,7 +298,7 @@ distclean: distclean-subdirs
# Here's a different approch to recover from just configure problems. It cleans
# all files from an obj tree that have a corresponding .in file in the src tree.
undo-configure:
find $SRCDIR -name '*.in' | \
find $SRCDIR -name '*.in'
-a -not -name configure.in
| \
sed -e "s;$SRCDIR;$OBJDIR;" -e 's;[.]in$;;' | xargs rm -f
elabinelab:
...
...
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