GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
tundra
/
tools-builder
Browse code
add makefile
master
1 parent
069266a
commit
eb5ac0cb637aa6019a00296bf3420c8f414dc4ae
tundra
authored
on 2 Jan 2021
Patch
Unified
Split
Showing
1 changed file
+3
-0
■
■
■
■■
makefile
Ignore Space
Show notes
View
3
■
■
■
■■
makefile
BREW
=
$
{
TOOLSDIR
}/
bin
/
brew
-
v
DATESTAMP
=
$
(
shell date
+%
Y
%
m
%
d
)
FULLDATE
=
$
(
shell date
)
GITREVISION
=
$
(
shell git log
-
1
|
head
-
n3
)
all
:
clean getbrew bootstrap
-
build bootstrap
-
release full
-
build full
-
release
# Get latest linuxbrew
getbrew
:
Show line notes below