Deleted Added
full compact
meta2deps.sh (246223) meta2deps.sh (249033)
1#!/bin/sh
2
3# NAME:
4# meta2deps.sh - extract useful info from .meta files
5#
6# SYNOPSIS:
7# meta2deps.sh SB="SB" "meta" ...
8#

--- 63 unchanged lines hidden (view full) ---

72#
73# with "$path" geting turned into reldir's, so that we can end
74# up with a list of all the directories which depend on each src
75# file in another directory. This can allow for efficient yet
76# complete testing of changes.
77
78
79# RCSid:
1#!/bin/sh
2
3# NAME:
4# meta2deps.sh - extract useful info from .meta files
5#
6# SYNOPSIS:
7# meta2deps.sh SB="SB" "meta" ...
8#

--- 63 unchanged lines hidden (view full) ---

72#
73# with "$path" geting turned into reldir's, so that we can end
74# up with a list of all the directories which depend on each src
75# file in another directory. This can allow for efficient yet
76# complete testing of changes.
77
78
79# RCSid:
80# $Id: meta2deps.sh,v 1.4 2012/11/07 06:55:21 sjg Exp $
80# $Id: meta2deps.sh,v 1.5 2013/02/10 19:21:46 sjg Exp $
81
81
82# Copyright (c) 2010, Juniper Networks, Inc.
82# Copyright (c) 2010-2012, Juniper Networks, Inc.
83# All rights reserved.
83#
84# Redistribution and use in source and binary forms, with or without
85# modification, are permitted provided that the following conditions
86# are met:
87# 1. Redistributions of source code must retain the above copyright
88# notice, this list of conditions and the following disclaimer.
89# 2. Redistributions in binary form must reproduce the above copyright
90# notice, this list of conditions and the following disclaimer in the

--- 217 unchanged lines hidden ---
84#
85# Redistribution and use in source and binary forms, with or without
86# modification, are permitted provided that the following conditions
87# are met:
88# 1. Redistributions of source code must retain the above copyright
89# notice, this list of conditions and the following disclaimer.
90# 2. Redistributions in binary form must reproduce the above copyright
91# notice, this list of conditions and the following disclaimer in the

--- 217 unchanged lines hidden ---