mirror of
https://github.com/sheumann/hush.git
synced 2025-01-14 12:30:40 +00:00
Yet more preparation to make a release...
This commit is contained in:
parent
335816bc4c
commit
d4fcb80609
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
|
ifeq ($(strip $(HAVE_DOT_CONFIG)),y)
|
||||||
|
|
||||||
all: busybox busybox.links #doc
|
all: busybox busybox.links doc
|
||||||
|
|
||||||
# In this section, we need .config
|
# In this section, we need .config
|
||||||
-include .config.cmd
|
-include .config.cmd
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# Rules.make for busybox
|
# Rules.make for busybox
|
||||||
#
|
#
|
||||||
# Copyright (C) 2002 Erik Andersen <andersen@codepoet.org>
|
# Copyright (C) 2001-2003 Erik Andersen <andersen@codepoet.org>
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#--------------------------------------------------------
|
#--------------------------------------------------------
|
||||||
PROG := busybox
|
PROG := busybox
|
||||||
VERSION := 0.61.pre
|
VERSION := 1.00-pre1
|
||||||
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
BUILDTIME := $(shell TZ=UTC date -u "+%Y.%m.%d-%H:%M%z")
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user