Changeset a3476c5 for BOOK/Makefile
- Timestamp:
- Feb 21, 2006, 1:22:48 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 82fedc4
- Parents:
- 4815e28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r4815e28 ra3476c5 52 52 echo "Validating $$arch..." ; \ 53 53 xmllint --xinclude --noout --nonet --postvalid $(PWD)/$$arch-index.xml 54 endef 55 56 # TroubleShoot 57 define TROUBLE 58 echo "Troubleshooting $$arch..." ; \ 59 xmllint --xinclude --nonet --postvalid $(PWD)/$$arch-index.xml > /tmp/dump-$$arch ; \ 60 xmllint --xinclude --noout --nonet --valid /tmp/dump-$$ach ; \ 61 echo "You can now look at /tmp/dump-$$arch to see the errors" 54 62 endef 55 63 … … 109 117 done 110 118 119 trouble: 120 @for arch in $(ARCH) ; do \ 121 $(TROUBLE) ; \ 122 done 123 111 124 dump-commands: 112 125 @for arch in $(ARCH) ; do \ … … 119 132 done 120 133 121 .PHONY: lfs toplevel common render nochunk nochunk_render pdf text validate dump-commands download-list134 .PHONY: lfs toplevel common render nochunk nochunk_render pdf text validate trouble dump-commands download-list
Note:
See TracChangeset
for help on using the changeset viewer.