We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23d525f commit f5447e0Copy full SHA for f5447e0
posix.mak
@@ -641,7 +641,7 @@ $(PHOBOS_STABLE_FILES_GENERATED): $(PHOBOS_STABLE_DIR_GENERATED)/%: $(PHOBOS_STA
641
642
test: $(ASSERT_WRITELN_BIN)_test all
643
@echo "Searching for trailing whitespace"
644
- @grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd") ; test $$? -eq 1
+ @grep -n '[[:blank:]]$$' $$(find . -type f -name "*.dd" | grep -v .generated) ; test $$? -eq 1
645
@echo "Searching for undefined macros"
646
@grep -n "UNDEFINED MACRO" $$(find $(DOC_OUTPUT_DIR) -type f -name "*.html" -not -path "$(DOC_OUTPUT_DIR)/phobos/*") ; test $$? -eq 1
647
@echo "Searching for undefined ddoc"
0 commit comments