[PATCH 0/5] CodeSamples: Cleanups and Makefile updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>From b31141981b13d40fbbe5d20fa339d714ecba084c Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@xxxxxxxxx>
Date: Fri, 9 Jun 2017 23:59:11 +0900
Subject: [PATCH 0/5] CodeSamples: Cleanups and Makefile updates

Hi Paul,

Removal of gprof-helper.c and linux/list.h has become a fairly large
patch set.

Patch 1 is simple removal.
Patch 2 is an improvement to make the "-jN" option to propagate to
subdirectories.
Patch 3 removes linux/list.h, with refactoring of recipes.
Patch 4 adds subdirectories that can be built by "make" in the
CodeSamples/ directory.
Patch 5 improves build behavior for unsupported architectures.
You can test the behavior by overriding "arch" variable by defining
it as an environment variable, e.g.:
    $ export arch=unsupported
    $ make clean; make
After the test,
    $ unset arch
will restore the normal behavior.

Thoughts?

            Thanks, Akira
--

Akira Yokosawa (5):
  CodeSamples: Remove gprof-helper.c
  CodeSamples: Use $(MAKE) for recursive make
  CodeSamples: Makefile: Remove linux/list.h
  CodeSamples: Makefile: Add subdirectories
  CodeSamples: Makefile: Distinguish arch-independent targets

 CodeSamples/.gitignore                   |   1 -
 CodeSamples/Makefile                     | 125 +-----
 CodeSamples/SMPdesign/Makefile           |  19 +-
 CodeSamples/advsync/Makefile             |  11 +-
 CodeSamples/count/Makefile               |  11 +-
 CodeSamples/datastruct/Issaquah/Makefile |  11 +-
 CodeSamples/datastruct/hash/Makefile     |  11 +-
 CodeSamples/datastruct/log/Makefile      |  11 +-
 CodeSamples/datastruct/skiplist/Makefile |  11 +-
 CodeSamples/defer/Makefile               |  18 +-
 CodeSamples/depends.mk                   |  14 +-
 CodeSamples/gprof-helper.c               | 118 ------
 CodeSamples/intro/Makefile               |  15 +-
 CodeSamples/linux/list.h                 | 700 -------------------------------
 CodeSamples/locking/Makefile             |  15 +-
 CodeSamples/recipes.mk                   |  10 +
 CodeSamples/toolsoftrade/Makefile        |   1 +
 17 files changed, 139 insertions(+), 963 deletions(-)
 delete mode 100644 CodeSamples/gprof-helper.c
 delete mode 100644 CodeSamples/linux/list.h
 create mode 100644 CodeSamples/recipes.mk

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe perfbook" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux