Changeset db8d0c3
- Timestamp:
- Feb 21, 2006, 1:22:48 AM (19 years ago)
- Children:
- b8fddc7
- Parents:
- b66e30f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rb66e30f rdb8d0c3 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.