cleaning up old build system junk
diff --git a/aos/build/externals.gyp b/aos/build/externals.gyp
index 4165574..863df98 100644
--- a/aos/build/externals.gyp
+++ b/aos/build/externals.gyp
@@ -2,6 +2,7 @@
# download_externals.sh makes sure that all of them have been downloaded.
{
'variables': {
+ # TODO(brians): Would we not have to do this hackery if we named it externals_path etc?
'externals': '<(AOS)/../output/downloaded',
'externals_abs': '<!(readlink -f ../../output/downloaded)',
'conditions': [['PLATFORM=="linux-amd64"', {
diff --git a/aos/build/queues.gypi b/aos/build/queues.gypi
index 843272d..4f238b9 100644
--- a/aos/build/queues.gypi
+++ b/aos/build/queues.gypi
@@ -57,28 +57,6 @@
'message': 'Generating C++ code from <(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).q',
'process_outputs_as_sources': 1,
},
- {
- 'variables': {
- 'script': '<(AOS)/build/act_builder.rb',
- },
- 'rule_name': 'genact',
- 'extension': 'act',
- 'outputs': [
- '<(output_h)',
- '<(output_cc)',
- '<(output_main)',
- ],
- 'inputs': [
- '<(script)',
- ],
- 'action': ['ruby', '<(script)',
- '<(gen_namespace)',
- '<(RULE_INPUT_PATH)',
- '<(DEPTH)',
- '<(out_dir)', 'header', 'cpp', 'main'],
- #'message': 'Generating C++ code from <(RULE_INPUT_DIRNAME)/<(RULE_INPUT_ROOT).act',
- 'process_outputs_as_sources': 1,
- },
],
'include_dirs': [
'<(prefix_dir)/<(_target_name)',