* [Buildroot] svn commit: trunk/buildroot/package/uemacs
@ 2006-10-06 13:02 aldot at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: aldot at uclibc.org @ 2006-10-06 13:02 UTC (permalink / raw)
To: buildroot
Author: aldot
Date: 2006-10-06 06:02:11 -0700 (Fri, 06 Oct 2006)
New Revision: 16320
Log:
- passing the target arch in isn't useful
Modified:
trunk/buildroot/package/uemacs/uemacs.mk
Changeset:
Modified: trunk/buildroot/package/uemacs/uemacs.mk
===================================================================
--- trunk/buildroot/package/uemacs/uemacs.mk 2006-10-06 13:01:29 UTC (rev 16319)
+++ trunk/buildroot/package/uemacs/uemacs.mk 2006-10-06 13:02:11 UTC (rev 16320)
@@ -22,7 +22,7 @@
$(UEMACS_DIR)/$(UEMACS_BINARY): $(UEMACS_DIR)/.unpacked
$(MAKE) -C $(UEMACS_DIR) \
- CC="$(TARGET_CC)" DEFINES="-DAUTOCONF -DPOSIX -DUSG" CFLAGS+="$(TARGET_CFLAGS) -march=$(ARCH)" LIBS=-lcurses
+ CC="$(TARGET_CC)" DEFINES="-DAUTOCONF -DPOSIX -DUSG" CFLAGS+="$(TARGET_CFLAGS) " LIBS=-lcurses
$(STRIP) $(UEMACS_DIR)/$(UEMACS_BINARY)
$(TARGET_DIR)/$(UEMACS_TARGET_BINARY): $(UEMACS_DIR)/$(UEMACS_BINARY)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/uemacs
@ 2007-08-11 23:22 ulf at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: ulf at uclibc.org @ 2007-08-11 23:22 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-08-11 16:22:40 -0700 (Sat, 11 Aug 2007)
New Revision: 19447
Log:
Use ncurses instead of curses lib for uemacs
Modified:
trunk/buildroot/package/uemacs/uemacs.mk
Changeset:
Modified: trunk/buildroot/package/uemacs/uemacs.mk
===================================================================
--- trunk/buildroot/package/uemacs/uemacs.mk 2007-08-11 23:09:34 UTC (rev 19446)
+++ trunk/buildroot/package/uemacs/uemacs.mk 2007-08-11 23:22:40 UTC (rev 19447)
@@ -23,13 +23,13 @@
$(UEMACS_DIR)/$(UEMACS_BINARY): $(UEMACS_DIR)/.unpacked
$(MAKE) -C $(UEMACS_DIR) \
- CC="$(TARGET_CC)" DEFINES="-DAUTOCONF -DPOSIX -DUSG" CFLAGS+="$(TARGET_CFLAGS) " LIBS=-lcurses
+ CC="$(TARGET_CC)" DEFINES="-DAUTOCONF -DPOSIX -DUSG" CFLAGS+="$(TARGET_CFLAGS) " LIBS=-lncurses
$(STRIP) $(UEMACS_DIR)/$(UEMACS_BINARY)
$(TARGET_DIR)/$(UEMACS_TARGET_BINARY): $(UEMACS_DIR)/$(UEMACS_BINARY)
$(INSTALL) -m 0755 -D $(UEMACS_DIR)/$(UEMACS_BINARY) $(TARGET_DIR)/$(UEMACS_TARGET_BINARY)
-uemacs: uclibc $(TARGET_DIR)/$(UEMACS_TARGET_BINARY)
+uemacs: uclibc ncurses $(TARGET_DIR)/$(UEMACS_TARGET_BINARY)
uemacs-clean:
rm -f $(TARGET_DIR)/$(UEMACS_TARGET_BINARY)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] svn commit: trunk/buildroot/package/uemacs
@ 2007-08-11 23:33 ulf at uclibc.org
0 siblings, 0 replies; 3+ messages in thread
From: ulf at uclibc.org @ 2007-08-11 23:33 UTC (permalink / raw)
To: buildroot
Author: ulf
Date: 2007-08-11 16:33:22 -0700 (Sat, 11 Aug 2007)
New Revision: 19449
Log:
Force build of ncurses, when uemacs is selected
Modified:
trunk/buildroot/package/uemacs/Config.in
Changeset:
Modified: trunk/buildroot/package/uemacs/Config.in
===================================================================
--- trunk/buildroot/package/uemacs/Config.in 2007-08-11 23:31:41 UTC (rev 19448)
+++ trunk/buildroot/package/uemacs/Config.in 2007-08-11 23:33:22 UTC (rev 19449)
@@ -1,6 +1,7 @@
config BR2_PACKAGE_UEMACS
bool "uemacs"
default n
+ select BR2_PACKAGE_NCURSES
help
A small emacs.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-11 23:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-06 13:02 [Buildroot] svn commit: trunk/buildroot/package/uemacs aldot at uclibc.org
-- strict thread matches above, loose matches on Subject: below --
2007-08-11 23:22 ulf at uclibc.org
2007-08-11 23:33 ulf at uclibc.org
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox