diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2011-10-15 07:23:25 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2011-10-15 07:23:25 +0000 |
| commit | 4c6cb4ebe2df080a5b50aca82369662330a0523c (patch) | |
| tree | 9bb80ad691ac8821ba222c69e9983f924b578ec1 /freed-ora/current/master/Makefile | |
| parent | cc92b13d5b7cfce13b8be08c4ae0cf2d54bdd122 (diff) | |
| download | linux-libre-raptor-4c6cb4ebe2df080a5b50aca82369662330a0523c.tar.gz linux-libre-raptor-4c6cb4ebe2df080a5b50aca82369662330a0523c.zip | |
3.1.0-0.rc9.git0.3.fc17
Diffstat (limited to 'freed-ora/current/master/Makefile')
| -rw-r--r-- | freed-ora/current/master/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/freed-ora/current/master/Makefile b/freed-ora/current/master/Makefile index 3e9e3a8fa..77136a758 100644 --- a/freed-ora/current/master/Makefile +++ b/freed-ora/current/master/Makefile @@ -309,3 +309,12 @@ tag-$(branch-upstream) := $(shell \ sed -n 's/^.* *//;s/\.bz2$$//;s/patch-/v/;/^v/h;$${g;p}' sources) endif endif + +ifeq ($(MAKECMDGOALS),me a sandwich) +.PHONY: me a sandwich +me a: + @: + +sandwich: + @[ `id -u` -ne 0 ] && echo "What? Make it yourself." || echo Okay. +endif |

