Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(366)

Unified Diff: src/platform/memento_softwareupdate/Makefile

Issue 1520028: New Full AU Format w/ support for kernel partition. (Closed)
Patch Set: fixes for review Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/installer/chromeos-postinst ('k') | src/platform/memento_softwareupdate/memento_updater.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/memento_softwareupdate/Makefile
diff --git a/src/platform/memento_softwareupdate/Makefile b/src/platform/memento_softwareupdate/Makefile
index 0204cc62cce82d347458a63eb505e6fbacf1eee5..739e2318d62557293a9300ab3dd8a7879eeed43d 100644
--- a/src/platform/memento_softwareupdate/Makefile
+++ b/src/platform/memento_softwareupdate/Makefile
@@ -1,3 +1,11 @@
+# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+all: suid_exec split_write
suid_exec: suid_exec.c
$(CC) $(CFLAGS) -std=gnu99 -o $@ $<
+
+split_write: split_write.cc
+ $(CXX) $(CCFLAGS) -o $@ $<
« no previous file with comments | « src/platform/installer/chromeos-postinst ('k') | src/platform/memento_softwareupdate/memento_updater.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698