← Back to team overview

yellow team mailing list archive

make clean to remove links (issue 6945057)

 

Reviewers: mp+139967_code.launchpad.net,

Message:
Please take a look.

Description:
make clean to remove links

The clean target now removes symlinks in app/assets/javascripts.

https://code.launchpad.net/~makyo/juju-gui/make-clean-1090086/+merge/139967

(do not edit description out of merge proposal)


Please review this at https://codereview.appspot.com/6945057/

Affected files:
   M Makefile
   A [revision details]


Index: Makefile
=== modified file 'Makefile'
--- Makefile	2012-12-13 18:42:03 +0000
+++ Makefile	2012-12-14 17:01:19 +0000
@@ -343,6 +343,7 @@

  clean:
  	rm -rf build build-debug build-prod
+	find app/assets/javascripts/ -type l | xargs rm -rf

  clean-deps:
  	rm -rf node_modules virtualenv


Index: [revision details]
=== added file '[revision details]'
--- [revision details]	2012-01-01 00:00:00 +0000
+++ [revision details]	2012-01-01 00:00:00 +0000
@@ -0,0 +1,2 @@
+Old revision: nicola.larosa@xxxxxxxxxxxxx-20121214121538-c73fuhyj9hfanauj
+New revision: matthew.scott@xxxxxxxxxxxxx-20121214170119-kaswx9z237e31fj2




-- 
https://code.launchpad.net/~makyo/juju-gui/make-clean-1090086/+merge/139967
Your team Juju GUI Hackers is requested to review the proposed merge of lp:~makyo/juju-gui/make-clean-1090086 into lp:juju-gui.


References