File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,5 @@ verilog-mode.elc
15
15
verilog.info
16
16
x
17
17
* .elc
18
+ * .old
19
+ * .new
Original file line number Diff line number Diff line change @@ -127,11 +127,14 @@ verilog.info : verilog.texinfo
127
127
128
128
# #####################################################################
129
129
# GNU BZR version
130
- # --- Note gnutrunk needs to be a symlink to a emacs/trunk bazaar checkout
130
+
131
+ gnutrunk :
132
+ @echo " gnutrunk needs to be a symlink to a emacs/trunk bazaar checkout"
133
+ false
131
134
132
135
.PHONY : gnu-update gnu-update-trunk
133
136
gnu-update : gnu-update-trunk
134
- gnu-update-trunk :
137
+ gnu-update-trunk : gnutrunk
135
138
cd gnutrunk && bzr update
136
139
137
140
.PHONY : gnu-diff-trunk gnu-diff
@@ -153,4 +156,4 @@ verilog-mode-tognu.el: verilog-mode.el Makefile
153
156
# Clean
154
157
155
158
clean ::
156
- /bin/rm -rf .timestamps e x test_dir
159
+ /bin/rm -rf .timestamps e x test_dir gnu.patch verilog-mode-tognu.el mmencoded_verilog-mode
File renamed without changes.
You can’t perform that action at this time.
0 commit comments