浏览代码

Remove syntax check of setup.sh

pull/2/head
10sr 11 年前
父节点
当前提交
f448ba7b87
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 查看文件

@@ -188,7 +188,7 @@ $(test_els): test-el-%: %
# test syntax # test syntax
# =========== # ===========


test_syntax_shs = test-syntax-shrc test-syntax-profile test-syntax-setup.sh \
test_syntax_shs = test-syntax-shrc test-syntax-profile \
test-syntax-xinitrc test-syntax-xprograms test-syntax-xinitrc test-syntax-xprograms
test-syntax-sh: $(test_syntax_shs) test-syntax-sh: $(test_syntax_shs)
.PHONY: $(test_syntax_shs) .PHONY: $(test_syntax_shs)


正在加载...
取消
保存