Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71925
b: refs/heads/master
c: 9430d37
h: refs/heads/master
i:
  71923: dc792c9
v: v3
  • Loading branch information
Kyle McMartin committed Oct 20, 2007
1 parent 96e7be9 commit 68a7114
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 27db71a2f1399f00c2a00a908def75e72b59f475
refs/heads/master: 9430d374bd4b099734a63c3699a128fe58e0bed3
4 changes: 2 additions & 2 deletions trunk/arch/parisc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ PALO := $(shell if which palo; then : ; \
fi)

palo: vmlinux
@if [ ! -x $(PALO) ]; then \
@if test ! -x $(PALO); then \
echo 'ERROR: Please install palo first (apt-get install palo)';\
echo 'or build it from source and install it somewhere in your $$PATH';\
false; \
fi
@if [ ! -f ./palo.conf ]; then \
@if test ! -f ./palo.conf; then \
cp arch/parisc/defpalo.conf palo.conf; \
echo 'A generic palo config file (./palo.conf) has been created for you.'; \
echo 'You should check it and re-run "make palo".'; \
Expand Down

0 comments on commit 68a7114

Please sign in to comment.