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
30d21c3b
Commit
30d21c3b
authored
Oct 24, 2003
by
Mike Hibler
Browse files
Make clean target work correctly too!
parent
6994849a
Changes
1
Hide whitespace changes
Inline
Side-by-side
os/imagezip/GNUmakefile.in
View file @
30d21c3b
...
...
@@ -113,10 +113,9 @@ clean: subdir-clean
/bin/rm -f imagezip.tar imagezip.tar.gz
subdir-clean:
@$(MAKE) -C ffs clean
@$(MAKE) -C extfs clean
@$(MAKE) -C ntfs clean
@$(MAKE) -C fat clean
@list='$(SUBDIRS)'; for dir in $$list; do \
$(MAKE) -C $$dir clean; \
done;
imagezip.tar.gz: imagezip.tar
gzip -c imagezip.tar > imagezip.tar.gz
...
...
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