Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
OS-1673 gmake clean misses some 64-bit strap directories
  • Loading branch information
rmustacc committed Nov 13, 2012
1 parent 6df7f43 commit 0ae9422
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libxml/Makefile
Expand Up @@ -116,4 +116,4 @@ $(VER64)/configure: $(BVER).tar.gz
touch $(VER64)/configure

clean:
-rm -rf $(VER) $(VER64) $(VER)strap $(VER64)strap
-rm -rf $(VER) $(VER64) $(VER)strap $(VER64)strap $(BVER)strap-64
2 changes: 1 addition & 1 deletion openssl/Makefile
Expand Up @@ -78,4 +78,4 @@ $(VER)/configure: $(BVER)-src
cp -r $(VER) $(VER64)

clean:
-rm -rf $(VER) $(VER64) $(VER)strap $(VER64)strap
-rm -rf $(VER) $(VER64) $(VER)strap $(VER64)strap $(VER)strap-64

0 comments on commit 0ae9422

Please sign in to comment.