summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hw_s3estarter/simulation/Makefile2
-rw-r--r--hw_sp605/bsp/Makefile_simulation2
-rw-r--r--hw_v5_fx30t_extension/simulation/Makefile2
-rw-r--r--pr_maschinen_interlock/simulation/Makefile2
-rw-r--r--rena3/simulation/Makefile2
-rw-r--r--sfp_sender/simulation/Makefile2
-rw-r--r--test_rrobin_problem/simulation/Makefile2
-rw-r--r--zpu/simulation/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/hw_s3estarter/simulation/Makefile b/hw_s3estarter/simulation/Makefile
index d998cf5..afa92e8 100644
--- a/hw_s3estarter/simulation/Makefile
+++ b/hw_s3estarter/simulation/Makefile
@@ -12,7 +12,7 @@ software_dir = ../software/test
VMK = vmk
# generate list of used libs
-library_list = $(shell cut vhdl_files.txt --field 1 --delimiter=' ' | uniq)
+library_list = $(shell cut vhdl_files.txt --field 1 --delimiter=' ' | sort --unique)
diff --git a/hw_sp605/bsp/Makefile_simulation b/hw_sp605/bsp/Makefile_simulation
index 9894619..e90f943 100644
--- a/hw_sp605/bsp/Makefile_simulation
+++ b/hw_sp605/bsp/Makefile_simulation
@@ -14,7 +14,7 @@ software_dir = ../software
VMK = vmk
# generate list of used libs
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
all: compile simulate
diff --git a/hw_v5_fx30t_extension/simulation/Makefile b/hw_v5_fx30t_extension/simulation/Makefile
index 5649e29..8aea9cf 100644
--- a/hw_v5_fx30t_extension/simulation/Makefile
+++ b/hw_v5_fx30t_extension/simulation/Makefile
@@ -8,7 +8,7 @@
library = work
top = top
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
# http://sourceforge.net/projects/vmk/
VMK = vmk
diff --git a/pr_maschinen_interlock/simulation/Makefile b/pr_maschinen_interlock/simulation/Makefile
index 00a847d..4c9f468 100644
--- a/pr_maschinen_interlock/simulation/Makefile
+++ b/pr_maschinen_interlock/simulation/Makefile
@@ -3,7 +3,7 @@ library = work
#top = system_tb
top = channel_tb
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
# http://sourceforge.net/projects/vmk/
VMK = vmk
diff --git a/rena3/simulation/Makefile b/rena3/simulation/Makefile
index 3d97bca..94493a5 100644
--- a/rena3/simulation/Makefile
+++ b/rena3/simulation/Makefile
@@ -15,7 +15,7 @@ software_dir = ../software
VMK = vmk
# generate list of used libs
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
all: compile simulate
diff --git a/sfp_sender/simulation/Makefile b/sfp_sender/simulation/Makefile
index dc83f73..11881b6 100644
--- a/sfp_sender/simulation/Makefile
+++ b/sfp_sender/simulation/Makefile
@@ -13,7 +13,7 @@ software_dir = ../software
VMK = vmk
# generate list of used libs
-library_list = $(shell cut vhdl_files.txt --field 1 --delimiter=' ' | uniq)
+library_list = $(shell cut vhdl_files.txt --field 1 --delimiter=' ' | sort --unique)
diff --git a/test_rrobin_problem/simulation/Makefile b/test_rrobin_problem/simulation/Makefile
index d85c611..cdbc8ee 100644
--- a/test_rrobin_problem/simulation/Makefile
+++ b/test_rrobin_problem/simulation/Makefile
@@ -15,7 +15,7 @@ software_dir = ../software
VMK = vmk
# generate list of used libs
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
all: compile simulate
diff --git a/zpu/simulation/Makefile b/zpu/simulation/Makefile
index e43707f..0e22f35 100644
--- a/zpu/simulation/Makefile
+++ b/zpu/simulation/Makefile
@@ -5,7 +5,7 @@ library = zpu
VMK = vmk
# generate list of used libs
-library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | uniq)
+library_list = $(shell cut --field 1 --delimiter=" " --only-delimited vhdl_files.txt | sort --unique)
help:
OpenPOWER on IntegriCloud