File: 03-viewer-build.patch

package info (click to toggle)
coz-profiler 0.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,040 kB
  • ctags: 2,459
  • sloc: cpp: 6,829; ansic: 1,810; makefile: 249; python: 105; sh: 72
file content (16 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Don't have to re-build the viewer
Author: LluĂ­s Vilanova <vilanova@ac.upc.edu>

Index: a/viewer/Makefile
===================================================================
--- a/viewer/Makefile	2016-10-25 13:19:14.510139894 +0000
+++ b/viewer/Makefile	2016-10-25 13:19:14.506139844 +0000
@@ -1,7 +1,7 @@
 ROOT = ..
 
 all:
-	npm install
+	@# npm install
 
 clean: