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 89be9a8 commit 963f1b2Copy full SHA for 963f1b2
arch/parisc/Makefile
@@ -139,7 +139,7 @@ palo lifimage: vmlinuz
139
fi
140
@if test ! -f "$(PALOCONF)"; then \
141
cp $(srctree)/arch/parisc/defpalo.conf $(objtree)/palo.conf; \
142
- echo 'A generic palo config file ($(objree)/palo.conf) has been created for you.'; \
+ echo 'A generic palo config file ($(objtree)/palo.conf) has been created for you.'; \
143
echo 'You should check it and re-run "make palo".'; \
144
echo 'WARNING: the "lifimage" file is now placed in this directory by default!'; \
145
false; \
0 commit comments