Skip to content
Snippets Groups Projects
Commit c4262c46 authored by Isaac Potoczny-Jones's avatar Isaac Potoczny-Jones
Browse files

moved record to right place

parent 3cc0e91b
No related branches found
No related tags found
No related merge requests found
...@@ -136,6 +136,7 @@ deb: dist ...@@ -136,6 +136,7 @@ deb: dist
cd $(TMPDISTLOC)/haskell-cabal-$(CABALVERSION) && debuild cd $(TMPDISTLOC)/haskell-cabal-$(CABALVERSION) && debuild
$(CABALBALL): $(CABALBALL):
darcs record
rm -rf /tmp/cabal* /tmp/Cabal* rm -rf /tmp/cabal* /tmp/Cabal*
rm -rf $(TMPDISTLOC) rm -rf $(TMPDISTLOC)
darcs dist darcs dist
...@@ -144,7 +145,6 @@ $(CABALBALL): ...@@ -144,7 +145,6 @@ $(CABALBALL):
TMPDISTLOC=/tmp/cabaldist TMPDISTLOC=/tmp/cabaldist
dist: haddock $(CABALBALL) dist: haddock $(CABALBALL)
darcs record
rm -rf $(TMPDISTLOC) rm -rf $(TMPDISTLOC)
mkdir $(TMPDISTLOC) mkdir $(TMPDISTLOC)
mv $(CABALBALL) $(TMPDISTLOC) mv $(CABALBALL) $(TMPDISTLOC)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment