Skip to content

Commit

Permalink
Reformated and removed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BugUser0815 authored Oct 12, 2016
1 parent bf112fa commit b5a710c
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ BUILD_CONF = $(GENODE_BUILD_DIR)/etc/build.conf

all: toolchain ports platform

# ================================================================
# Requiered packages for relaunched systems
packages:
sudo apt-get update
sudo apt-get install libncurses5-dev texinfo autogen autoconf2.64 g++ libexpat1-dev flex bison gperf cmake libXml2-dev libtool zlib1g-dev libglib2.0-dev
sudo apt-get install make pkg-config gawk subversion expect git
sudo apt-get install libxml2-utils syslinux
sudo apt-get install xsltproc yasm iasl lynx

# ================================================================
# Genode toolchain. Only needs to be done once per target (x86/arm).
toolchain:
Expand All @@ -45,7 +36,7 @@ libports:

# ================================================================
# Genode build process. Rebuild subtargets as needed.
platform: genode_build_dir tasksmanager
platform: genode_build_dir taskmanager

genode_build_dir:
tool/create_builddir $(GENODE_TARGET) BUILD_DIR=$(GENODE_BUILD_DIR)
Expand All @@ -68,3 +59,11 @@ run:
$(MAKE) -j10 -C $(GENODE_BUILD_DIR) run/taskmanager
#
# ================================================================

# ================================================================
# Requiered packages for relaunched systems
packages:
sudo apt-get update
sudo apt-get install libncurses5-dev texinfo autogen autoconf2.64 g++ libexpat1-dev flex bison gperf cmake libxml2-dev libtool zlib1g-dev libglib2.0-dev make pkg-config gawk subversion expect git libxml2-utils syslinux xsltproc yasm iasl lynx
#
# ================================================================

0 comments on commit b5a710c

Please sign in to comment.