浏览代码

Adjust Makefile for 7.3-rc1

git-svn-id: http://svn.linuxfromscratch.org/LFS/tags/7.3-rc1@10165 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 12 年之前
父节点
当前提交
6cd3fe0b9b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -91,7 +91,7 @@ validate: tmpdir
 	$(Q)xmllint --nonet --noent --xinclude --postvalid \
 	$(Q)xmllint --nonet --noent --xinclude --postvalid \
 	  -o $(RENDERTMP)/lfs-full.xml index.xml
 	  -o $(RENDERTMP)/lfs-full.xml index.xml
 	$(Q)rm -f appendices/*.script
 	$(Q)rm -f appendices/*.script
-	$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
+	#$(Q)./aux-file-data.sh $(RENDERTMP)/lfs-full.xml
 	@echo "Validation complete."
 	@echo "Validation complete."
 
 
 profile-html: validate
 profile-html: validate