Replace rebuild-recipe with make cr.recipe and make ucr.recipe
This commit is contained in:
parent
7bec121856
commit
fb1478d9bf
2 changed files with 10 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -ex
|
||||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo "$0: no argument provided"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ ! -d "cookbook/recipes/$1" ]
|
||||
then
|
||||
echo "$0: $1 is not a recipe"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
rm -rfv "cookbook/recipes/$1/"{source,source.tar,target}
|
||||
make "r.$1"
|
Loading…
Add table
Add a link
Reference in a new issue