Skip to content

Commit

Permalink
make: Use current bee file template
Browse files Browse the repository at this point in the history
Copy it from `scripts/TEMPLATE.be0`.
  • Loading branch information
pmenzel committed May 11, 2018
1 parent 6262804 commit 510caaa
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions make.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env beesh

# BEE_VERSION make-4.1-0
# BEE_VERSION make-4.2.1-0

# http://www.linuxfromscratch.org/lfs/view/stable-systemd/chapter06/make.html#contents-make
#
## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)

Expand All @@ -26,8 +24,8 @@ SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
# EXCLUDE+=()

###############################################################################
## Uncomment the next statement, if the software may not be able to be build
## outside the source directory and need to be build inside the source
## Uncomment the next statement, if the software may not be able to be built
## outside the source directory and needs to be built inside the source
## directory.

# build_in_sourcedir
Expand Down Expand Up @@ -55,8 +53,6 @@ SRCURL[0]="https://ftp.gnu.org/gnu/make/make-${PKGVERSION}.tar.bz2"
# bee_patch "${@}"
#}


#
#mee_configure() {
# bee_configure
#}
Expand Down

0 comments on commit 510caaa

Please sign in to comment.