diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:52:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 15:52:00 +0000 |
commit | d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02 (patch) | |
tree | 6c72fd57eab6e796bc07b54327d6b0245f4ed97b /js/src | |
parent | 7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (diff) | |
download | UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.gz UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.lz UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.tar.xz UXP-d5a2c45aad51e3fcf5f48f8afe8609c1e8726a02.zip |
Issue #1656 - Part 6: Clean up the build files
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/editline/moz.build | 1 | ||||
-rw-r--r-- | js/src/gdb/moz.build | 1 | ||||
-rw-r--r-- | js/src/jsapi-tests/moz.build | 1 | ||||
-rw-r--r-- | js/src/moz.build | 1 | ||||
-rw-r--r-- | js/src/shell/moz.build | 1 | ||||
-rw-r--r-- | js/src/tests/moz.build | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/js/src/editline/moz.build b/js/src/editline/moz.build index 239821f59..420c98df2 100644 --- a/js/src/editline/moz.build +++ b/js/src/editline/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/js/src/gdb/moz.build b/js/src/gdb/moz.build index faa69eb7b..a2e935624 100644 --- a/js/src/gdb/moz.build +++ b/js/src/gdb/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/js/src/jsapi-tests/moz.build b/js/src/jsapi-tests/moz.build index f3757f5a4..378b2ed7f 100644 --- a/js/src/jsapi-tests/moz.build +++ b/js/src/jsapi-tests/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/js/src/moz.build b/js/src/moz.build index 3e6402f71..46a44603e 100644 --- a/js/src/moz.build +++ b/js/src/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/js/src/shell/moz.build b/js/src/shell/moz.build index e18bad238..4f04be73c 100644 --- a/js/src/shell/moz.build +++ b/js/src/shell/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. diff --git a/js/src/tests/moz.build b/js/src/tests/moz.build index 28919c271..83ed8d9d9 100644 --- a/js/src/tests/moz.build +++ b/js/src/tests/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. |