diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-26 22:03:37 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-26 22:03:37 +0200 |
commit | e0db53202c306634005fa2f6068ea7f06d68d5ab (patch) | |
tree | cfd6434173bd329ac08b90e6e305262a50b385b7 /package/editors/ed | |
parent | 187f0a55323437e33f5a66ef670fe0e49f52bc45 (diff) | |
download | buildroot-novena-e0db53202c306634005fa2f6068ea7f06d68d5ab.tar.gz buildroot-novena-e0db53202c306634005fa2f6068ea7f06d68d5ab.zip |
package: get rid of editors subdir
Not much point in a seperate subdir for only four packages.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/editors/ed')
-rw-r--r-- | package/editors/ed/Config.in | 8 | ||||
-rw-r--r-- | package/editors/ed/ed.mk | 10 |
2 files changed, 0 insertions, 18 deletions
diff --git a/package/editors/ed/Config.in b/package/editors/ed/Config.in deleted file mode 100644 index 63dc21e7c..000000000 --- a/package/editors/ed/Config.in +++ /dev/null @@ -1,8 +0,0 @@ -config BR2_PACKAGE_ED - bool "ed" - help - A line-oriented text editor. Used to create, display, modify, - and otherwise manipulate text files. Often used in scripts - rather than invoked directly. - - http://www.gnu.org/software/ed/ diff --git a/package/editors/ed/ed.mk b/package/editors/ed/ed.mk deleted file mode 100644 index d9960db82..000000000 --- a/package/editors/ed/ed.mk +++ /dev/null @@ -1,10 +0,0 @@ -############################################################# -# -# ed -# -############################################################# -ED_VERSION:=1.1 -ED_SOURCE:=ed-$(ED_VERSION).tar.bz2 -ED_SITE:=$(BR2_GNU_MIRROR)/ed/ - -$(eval $(call AUTOTARGETS,package/editors,ed)) |