Merge pull request #890 from anderbubble/makefile-refactor
Makefile refactor
This commit is contained in:
@@ -21,12 +21,12 @@ vet`` on the full codebase.
|
||||
Running the full test suite
|
||||
===========================
|
||||
|
||||
The Warewulf ``Makefile`` includes a ``test-it`` target which runs the
|
||||
The Warewulf ``Makefile`` includes a ``test`` target which runs the
|
||||
full test suite.
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ make test-it
|
||||
$ make test
|
||||
|
||||
|
||||
Using delve
|
||||
|
||||
@@ -158,7 +158,7 @@ Vagrantfile
|
||||
git clone https://github.com/hpcng/warewulf.git
|
||||
cd warewulf
|
||||
git checkout v4.4.0
|
||||
make genconfig \
|
||||
make clean Defaults.mk \
|
||||
PREFIX=/usr \
|
||||
BINDIR=/usr/bin \
|
||||
SYSCONFDIR=/etc \
|
||||
|
||||
@@ -13,7 +13,7 @@ Install Warewulf and dependencies
|
||||
|
||||
git clone https://github.com/hpcng/warewulf.git
|
||||
cd warewulf
|
||||
make genconfig \
|
||||
make clean Defaults.mk \
|
||||
PREFIX=/usr \
|
||||
BINDIR=/usr/bin \
|
||||
SYSCONFDIR=/etc \
|
||||
|
||||
@@ -14,7 +14,7 @@ Install Warewulf and dependencies
|
||||
|
||||
git clone https://github.com/hpcng/warewulf.git
|
||||
cd warewulf
|
||||
make genconfig \
|
||||
make clean Defaults.mk \
|
||||
PREFIX=/usr \
|
||||
BINDIR=/usr/bin \
|
||||
SYSCONFDIR=/etc \
|
||||
|
||||
@@ -16,7 +16,7 @@ Install Warewulf and dependencies
|
||||
|
||||
git clone https://github.com/hpcng/warewulf.git
|
||||
cd warewulf
|
||||
PREFIX=/usr SYSCONFDIR=/etc TFTPDIR=/srv/tftproot LOCALSTATEDIR=/var/lib make genconfig
|
||||
PREFIX=/usr SYSCONFDIR=/etc TFTPDIR=/srv/tftproot LOCALSTATEDIR=/var/lib make clean Defaults.mk
|
||||
make all
|
||||
sudo make install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user