Use the --nolift option when doing normal sanity checks;

...this avoids invoking all the logic for converting from old dialects
of WML and speeds things up considerably.
This commit is contained in:
Eric S. Raymond 2008-02-01 22:27:05 +00:00
parent 3dfc10be03
commit e41fb3fc77

View file

@ -17,7 +17,7 @@ sanity-check: unresolved lint
lint:
# Check for obsolete WML, broken references, consistency.
./wmllint --dryrun $(MAINLINE) $(UMC)
./wmllint --dryrun --nolift $(MAINLINE) $(UMC)
unresolved:
@echo "# Report on unresolved macro calls and resource references"