From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/microwin
Date: Wed, 22 Nov 2006 15:03:57 -0800 (PST) [thread overview]
Message-ID: <20061122230357.9067A485D7@busybox.net> (raw)
Author: aldot
Date: 2006-11-22 15:03:57 -0800 (Wed, 22 Nov 2006)
New Revision: 16639
Log:
- make microwindows do something. Closes #527
Not that it would compile or anything, but at least it's different than before..
Modified:
trunk/buildroot/package/microwin/microwin.mk
Changeset:
Modified: trunk/buildroot/package/microwin/microwin.mk
===================================================================
--- trunk/buildroot/package/microwin/microwin.mk 2006-11-22 22:18:52 UTC (rev 16638)
+++ trunk/buildroot/package/microwin/microwin.mk 2006-11-22 23:03:57 UTC (rev 16639)
@@ -13,6 +13,7 @@
MICROWIN_CAT:=$(ZCAT)
MICROWIN_BINARY:=$(MICROWIN_DIR)/src/bin/nano-X
MICROWIN_TARGET_BINARY:=$(TARGET_DIR)/usr/bin/nano-X
+MICROWIN_VERSION=$(subst $(MICROWIN_DIR)/microwindows-,,$(wildcard $(MICROWIN_DIR)/microwindows-*))
MICROWIN_CONFIG:=$(MICROWIN_DIR)/src/Configs/config.uclibc
@@ -22,10 +23,16 @@
microwin-source: $(DL_DIR)/$(MICROWIN_SOURCE)
$(MICROWIN_DIR)/.unpacked: $(DL_DIR)/$(MICROWIN_SOURCE)
- $(MICROWIN_CAT) $(DL_DIR)/$(MICROWIN_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ [ -d $(MICROWIN_DIR) ] || mkdir $(MICROWIN_DIR)
+ $(MICROWIN_CAT) $(DL_DIR)/$(MICROWIN_SOURCE) | tar -C $(MICROWIN_DIR) $(TAR_OPTIONS) -
touch $(MICROWIN_DIR)/.unpacked
-$(MICROWIN_DIR)/.configured: $(MICROWIN_DIR)/.unpacked
+$(MICROWIN_DIR)/.prepared: $(MICROWIN_DIR)/.unpacked
+ mv $(MICROWIN_DIR)/microwindows-$(MICROWIN_VERSION)/* $(MICROWIN_DIR)
+ toolchain/patch-kernel.sh $(UEMACS_DIR) package/uemacs/ microwindows-$(MICROWIN_VERSION)\*.patch
+ touch $(MICROWIN_DIR)/.prepared
+
+$(MICROWIN_DIR)/.configured: $(MICROWIN_DIR)/.prepared
(cd $(MICROWIN_DIR); \
);
touch $(MICROWIN_DIR)/.configured
@@ -49,6 +56,6 @@
# Toplevel Makefile options
#
#############################################################
-#ifeq ($(strip $(BR2_PACKAGE_MICROWIN)),y)
-#TARGETS+=microwin
-#endif
+ifeq ($(strip $(BR2_PACKAGE_MICROWIN)),y)
+TARGETS+=microwin
+endif
next reply other threads:[~2006-11-22 23:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-22 23:03 aldot at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-11-22 23:09 [Buildroot] svn commit: trunk/buildroot/package/microwin aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061122230357.9067A485D7@busybox.net \
--to=aldot@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox